m8than commited on
Commit
b4b16a1
1 Parent(s): 8abfddb

Changed the concurrency limit.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,4 +183,4 @@ with gr.Blocks(title_text, css=css) as demo:
183
 
184
  demo.load(update_initial_model_choice, outputs=model_selector)
185
 
186
- demo.launch()
 
183
 
184
  demo.load(update_initial_model_choice, outputs=model_selector)
185
 
186
+ demo.launch(concurrency_count=6)