Spaces:
Runtime error
Runtime error
Commit
·
c02f1e3
1
Parent(s):
1c71d5b
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()
|