Spaces:
Running on CPU Upgrade

pcuenq HF staff commited on
Commit
a3d1cb1
·
1 Parent(s): b84d307

Decrease concurrency

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -405,5 +405,5 @@ with gr.Blocks(css=css) as block_with_history:
405
  with gr.Tab("Past generations"):
406
  user_history.render()
407
 
408
- block_with_history.queue(concurrency_count=8, max_size=10, api_open=False).launch(show_api=False)
409
- #block_with_history.launch(server_name="0.0.0.0")
 
405
  with gr.Tab("Past generations"):
406
  user_history.render()
407
 
408
+ block_with_history.queue(concurrency_count=3, max_size=10, api_open=False).launch(show_api=False)
409
+ #block_with_history.launch(server_name="0.0.0.0")