Update app.py
Browse files
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,
|
|
|
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)
|