Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|