weiwei1392 commited on
Commit
2582aff
·
1 Parent(s): 4b6d479
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,4 +393,4 @@ with gr.Blocks(css=block_css) as demo:
393
  outputs=[chatbot])
394
 
395
 
396
- demo.queue(concurrency_count=5).launch(server_name='0.0.0.0', server_port=7858, share=False)
 
393
  outputs=[chatbot])
394
 
395
 
396
+ demo.queue(concurrency_count=5).launch()