sczhou commited on
Commit
3f34ef1
·
verified ·
1 Parent(s): 6698f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -373,5 +373,5 @@ with gr.Blocks() as demo:
373
  gr.Markdown(article)
374
 
375
  DEBUG = os.getenv('DEBUG') == '1'
376
- demo.queue(api_open=False, concurrency_count=2, max_size=10)
377
  demo.launch(debug=DEBUG)
 
373
  gr.Markdown(article)
374
 
375
  DEBUG = os.getenv('DEBUG') == '1'
376
+ demo.queue(api_open=False)
377
  demo.launch(debug=DEBUG)