super3b commited on
Commit
5832bba
1 Parent(s): 506a934

Update concurrency.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,4 +137,4 @@ with gr.Blocks(css=css) as demo:
137
  )
138
 
139
 
140
- demo.queue(default_concurrency_limit=1, max_size=5, api_open=False).launch(max_threads=256, show_api=False)
 
137
  )
138
 
139
 
140
+ demo.queue(default_concurrency_limit=4, max_size=5, api_open=False).launch(max_threads=256, show_api=False)