alibabasglab commited on
Commit
2be4e0e
·
verified ·
1 Parent(s): c939971

Update app.py

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