Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,6 @@ se_demo = gr.Interface(
|
|
31 |
],
|
32 |
cache_examples = True,
|
33 |
)
|
34 |
-
|
|
|
|
|
|
31 |
],
|
32 |
cache_examples = True,
|
33 |
)
|
34 |
+
with demo:
|
35 |
+
gr.TabbedInterface([se_demo, se_demo], ["Speech Enhancement", "Speech Separation"])
|
36 |
+
demo.launch()
|