Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
| 71 |
|
| 72 |
with demo:
|
| 73 |
gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
|
| 74 |
+
|
| 75 |
+
demo.launch(share=True)
|