weiwei1392 commited on
Commit
076430a
·
1 Parent(s): 74cf2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,4 +181,4 @@ with gr.Blocks(css=block_css) as demo:
181
  outputs=[chatbot])
182
 
183
 
184
- demo.queue(concurrency_count=5).launch(share=True)
 
181
  outputs=[chatbot])
182
 
183
 
184
+ demo.queue(concurrency_count=5).launch()