akhaliq HF staff commited on
Commit
bd2f995
1 Parent(s): 1037e21

update concurrency count to 48

Browse files

update based on number of requests backend can handle

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