Spaces:
Running
on
Zero
Running
on
Zero
alibabasglab
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,7 @@ ss_demo = gr.Interface(
|
|
72 |
)
|
73 |
|
74 |
with demo:
|
75 |
-
gr.TabbedInterface([se_demo
|
|
|
76 |
|
77 |
-
demo.launch(
|
|
|
72 |
)
|
73 |
|
74 |
with demo:
|
75 |
+
gr.TabbedInterface([se_demo], ["Speech Enhancement"])
|
76 |
+
#gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
|
77 |
|
78 |
+
demo.launch()
|