Spaces:
Runtime error
Runtime error
remove public sharing
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ with gr.Blocks(title="AudioSep") as demo:
|
|
85 |
gr.Markdown("## Examples")
|
86 |
gr.Examples(examples=EXAMPLES, inputs=[input_audio, text])
|
87 |
|
88 |
-
demo.queue().launch(
|
|
|
85 |
gr.Markdown("## Examples")
|
86 |
gr.Examples(examples=EXAMPLES, inputs=[input_audio, text])
|
87 |
|
88 |
+
demo.queue().launch()
|