ccm commited on
Commit
f5dff1a
1 Parent(s): 98e78c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)