Spaces:
Runtime error
Runtime error
remove public sharing (#1)
Browse files- remove public sharing (1587c91f3d18e3411b220d18060e1dd54267165f)
Co-authored-by: Morpheus <[email protected]>
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()
|