tatihden commited on
Commit
b203e92
·
verified ·
1 Parent(s): 653cada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,4 +115,4 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css=".gradio-container {background-c
115
  rep_p], chat_b)
116
  stop_btn.click(None, None, None, cancels=[go, chat_sub])
117
  clear_btn.click(clear_fn,None, [chat_b])
118
- app.queue(default_concurrency_limit=500, server_port=7862).launch(debug=True, share=True)
 
115
  rep_p], chat_b)
116
  stop_btn.click(None, None, None, cancels=[go, chat_sub])
117
  clear_btn.click(clear_fn,None, [chat_b])
118
+ app.queue(default_concurrency_limit=500).launch(debug=True, server_port=7862)