anzorq commited on
Commit
9cc9b11
1 Parent(s): 1d953f8

set concurrency_count to 1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,5 +264,5 @@ with gr.Blocks(css=css) as demo:
264
  ''')
265
 
266
  if not is_colab:
267
- demo.queue(concurrency_count=4)
268
  demo.launch(debug=is_colab, share=is_colab)
 
264
  ''')
265
 
266
  if not is_colab:
267
+ demo.queue(concurrency_count=1)
268
  demo.launch(debug=is_colab, share=is_colab)