Spaces:
Running
on
Zero
Running
on
Zero
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)
|