Sean Hamill commited on
Commit
83fb568
·
1 Parent(s): 3135b78
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ with gr.Blocks(css="footer {visibility: hidden;}") as demo:
98
 
99
 
100
 
101
- demo.queue(concurrency_count=20).launch(share=True)
 
98
 
99
 
100
 
101
+ demo.queue(concurrency_count=20).launch()