Spaces:
Runtime error
Runtime error
update concurrency count to 128
Browse filesserver has scaled to handle 128 requests concurrently
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=
|
|
|
731 |
</div>
|
732 |
''')
|
733 |
|
734 |
+
block.queue(concurrency_count=128).launch()
|