yangheng commited on
Commit
1c05ca1
1 Parent(s): 41e6f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -597,5 +597,5 @@ with gr.Blocks(css=css) as demo:
597
  print(f"Space built in {time.time() - start_time:.2f} seconds")
598
 
599
  if not is_colab:
600
- demo.queue(concurrency_count=2)
601
  demo.launch(debug=is_colab, enable_queue=True, share=is_colab)
 
597
  print(f"Space built in {time.time() - start_time:.2f} seconds")
598
 
599
  if not is_colab:
600
+ demo.queue(concurrency_count=1)
601
  demo.launch(debug=is_colab, enable_queue=True, share=is_colab)