Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,6 +145,6 @@ tse_demo = gr.Interface(
|
|
| 145 |
)
|
| 146 |
|
| 147 |
with demo:
|
| 148 |
-
gr.TabbedInterface([
|
| 149 |
|
| 150 |
demo.launch()
|
|
|
|
| 145 |
)
|
| 146 |
|
| 147 |
with demo:
|
| 148 |
+
gr.TabbedInterface([sr_demo], ["Task 4: Speech Super Resolution"])
|
| 149 |
|
| 150 |
demo.launch()
|