akhaliq HF staff commited on
Commit
1ce5a44
1 Parent(s): 3f9ed72

update concurrency count to 128

Browse files

server has scaled to handle 128 requests concurrently

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -731,4 +731,4 @@ In "Explore infinity" style mode, how the image looks like is totally up to your
731
  </div>
732
  ''')
733
 
734
- block.queue(concurrency_count=80).launch()
 
731
  </div>
732
  ''')
733
 
734
+ block.queue(concurrency_count=128).launch()