Update app.py
Browse files
app.py
CHANGED
|
@@ -294,4 +294,4 @@ all_synthesis_demos = gradio.TabbedInterface([synthesis_demo, synthesis_demo2, s
|
|
| 294 |
all_analysis_demos = gradio.TabbedInterface([analysis_demo], ["Geometry from Data"])
|
| 295 |
|
| 296 |
demo = gradio.TabbedInterface([intro, all_analysis_demos, all_synthesis_demos], ["About", "Analysis", "Synthesis"])
|
| 297 |
-
demo.launch()
|
|
|
|
| 294 |
all_analysis_demos = gradio.TabbedInterface([analysis_demo], ["Geometry from Data"])
|
| 295 |
|
| 296 |
demo = gradio.TabbedInterface([intro, all_analysis_demos, all_synthesis_demos], ["About", "Analysis", "Synthesis"])
|
| 297 |
+
demo.launch(debug=True)
|