Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -376,5 +376,5 @@ with gr.Blocks() as demo:
376
  gr.Markdown(article)
377
 
378
  DEBUG = os.getenv('DEBUG') == '1'
379
- demo.queue(api_open=False)
380
  demo.launch(debug=DEBUG)
 
376
  gr.Markdown(article)
377
 
378
  DEBUG = os.getenv('DEBUG') == '1'
379
+ demo.queue(api_open=False, max_size=10, default_concurrency_limit=2)
380
  demo.launch(debug=DEBUG)