SamiKoen commited on
Commit
72e96e2
·
verified ·
1 Parent(s): a709fa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,4 +153,4 @@ with gr.Blocks(css="""#col_container { margin-left: auto; margin-right: auto;} #
153
  chatbot, state, chat_counter],) # openai_api_key
154
  inputs.submit(reset_textbox, [], [inputs])
155
 
156
- demo.queue(max_size=10, concurrency_limit=10).launch(debug=True)
 
153
  chatbot, state, chat_counter],) # openai_api_key
154
  inputs.submit(reset_textbox, [], [inputs])
155
 
156
+ demo.queue(max_size=10).launch(debug=True)