Spaces:
Sleeping
Sleeping
Arnab Das commited on
Commit ·
2e016a4
1
Parent(s): 381d1cb
Remove sharing
Browse files
app.py
CHANGED
|
@@ -48,4 +48,4 @@ file_proc = gr.Interface(
|
|
| 48 |
with demo:
|
| 49 |
gr.TabbedInterface([file_proc], ["Find Audio Manipulation"])
|
| 50 |
demo.queue(max_size=10)
|
| 51 |
-
demo.launch(
|
|
|
|
| 48 |
with demo:
|
| 49 |
gr.TabbedInterface([file_proc], ["Find Audio Manipulation"])
|
| 50 |
demo.queue(max_size=10)
|
| 51 |
+
demo.launch()
|