besarismaili commited on
Commit
c02f1e3
·
1 Parent(s): 1c71d5b
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -24,4 +24,7 @@ show_ui_in_notebook = True #@param {type:"boolean"}
24
 
25
  outputs_path = r'C:\Work\tst\SAnim'
26
 
 
 
27
 
 
 
24
 
25
  outputs_path = r'C:\Work\tst\SAnim'
26
 
27
+ with gr.Blocks() as demo:
28
+ gr.Markdown("Stability Animation")
29
 
30
+ demo.launch()