remove public sharing

#1
by 6Morpheus6 - opened
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
85
  gr.Markdown("## Examples")
86
  gr.Examples(examples=EXAMPLES, inputs=[input_audio, text])
87
 
88
+ demo.queue().launch()