dennyaw commited on
Commit
4949a0b
1 Parent(s): 7612331

add concurrency count

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,4 +131,4 @@ with gr.Blocks() as demo:
131
  )
132
  clear.click(lambda: None, None, chatbot, queue=False)
133
 
134
- demo.queue().launch()
 
131
  )
132
  clear.click(lambda: None, None, chatbot, queue=False)
133
 
134
+ demo.queue(concurrency_count=100).launch()