alibabasglab commited on
Commit
3acf4c8
·
verified ·
1 Parent(s): 4554491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,4 +71,5 @@ ss_demo = gr.Interface(
71
 
72
  with demo:
73
  gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
74
- demo.launch()
 
 
71
 
72
  with demo:
73
  gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
74
+
75
+ demo.launch(share=True)