Spaces:
Running on CPU Upgrade

patrickvonplaten commited on
Commit
ee4d672
1 Parent(s): e0bd059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,5 +333,5 @@ with gr.Blocks(css=css) as block_with_history:
333
  with gr.Tab("Past generations"):
334
  user_history.render()
335
 
336
- block_with_history.queue(concurrency_count=6, max_size=10, api_open=False).launch(show_api=False)
337
  #block_with_history.launch(server_name="0.0.0.0")
 
333
  with gr.Tab("Past generations"):
334
  user_history.render()
335
 
336
+ block_with_history.queue(concurrency_count=8, max_size=10, api_open=False).launch(show_api=False)
337
  #block_with_history.launch(server_name="0.0.0.0")