Spaces:
Running on CPU Upgrade

pcuenq HF staff commited on
Commit
2a09c2f
1 Parent(s): 7608d41

Reduce concurrency for now.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,5 +320,5 @@ Despite how impressive being able to turn text into image is, beware that this m
320
  )
321
 
322
 
323
- block.queue(concurrency_count=40, max_size=50).launch(max_threads=70, server_name="0.0.0.0")
324
  #block.launch(server_name="0.0.0.0")
 
320
  )
321
 
322
 
323
+ block.queue(concurrency_count=4, max_size=10).launch()
324
  #block.launch(server_name="0.0.0.0")