SamiKoen commited on
Commit
e167908
·
verified ·
1 Parent(s): 4a0c470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,4 +157,4 @@ with gr.Blocks(css="""
157
  inputs.submit(predict, [system_msg, inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter])
158
  inputs.submit(reset_textbox, [], [inputs])
159
 
160
- demo.queue(max_size=10, concurrency_limit=10).launch(debug=True)
 
157
  inputs.submit(predict, [system_msg, inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter])
158
  inputs.submit(reset_textbox, [], [inputs])
159
 
160
+ demo.queue(max_size=10, concurrency_count=10).launch(debug=True)