mrolando commited on
Commit
4add049
·
1 Parent(s): 10ce41d
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -120,4 +120,6 @@ with gr.Blocks() as demo:
120
  msg.submit(respond, inputs=[msg, chatbot], outputs=[msg, chatbot]) #Press enter to submit
121
  clear.click(clear_chat,inputs=[msg, chatbot], outputs=[msg, chatbot])
122
 
 
 
123
  demo.launch()
 
120
  msg.submit(respond, inputs=[msg, chatbot], outputs=[msg, chatbot]) #Press enter to submit
121
  clear.click(clear_chat,inputs=[msg, chatbot], outputs=[msg, chatbot])
122
 
123
+
124
+ demo.queue(concurrency_count=4)
125
  demo.launch()