Spaces:
Running on CPU Upgrade

multimodalart HF staff commited on
Commit
6ea3280
1 Parent(s): e3f532e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -325,5 +325,5 @@ with gr.Blocks(css=css) as block_with_history:
325
  with gr.Tab("Past generations"):
326
  user_history.render()
327
 
328
- block_with_history.queue(concurrency_count=16, max_size=10, api_open=False).launch(show_api=False)
329
  #block_with_history.launch(server_name="0.0.0.0")
 
325
  with gr.Tab("Past generations"):
326
  user_history.render()
327
 
328
+ block_with_history.queue(concurrency_count=8, max_size=10, api_open=False).launch(show_api=False)
329
  #block_with_history.launch(server_name="0.0.0.0")