Spaces:
Running
Running
Arnab Das
commited on
Commit
·
d3bfb74
1
Parent(s):
31d61c7
Setting Share true for public use.
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(share=True)
|