binh99 commited on
Commit
54b44a8
·
1 Parent(s): 2ee668d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,4 +263,4 @@ with gr.Blocks(css=customCSS, theme=beautiful_theme) as demo:
263
  submitBtn.click(predict, inputs=[history, chatbot, user_input, temperature, language_select_dropdown, model_select_dropdown, index_files],
264
  outputs=[chatbot, history])
265
  submitBtn.click(lambda: "", None, user_input)
266
- demo.queue(concurrency_count=10).launch(server_name="0.0.0.0", server_port=7862)
 
263
  submitBtn.click(predict, inputs=[history, chatbot, user_input, temperature, language_select_dropdown, model_select_dropdown, index_files],
264
  outputs=[chatbot, history])
265
  submitBtn.click(lambda: "", None, user_input)
266
+ demo.queue(concurrency_count=10).launch(server_name="0.0.0.0", server_port=7862)