Spaces:
Runtime error
Runtime error
update concurrency count to 48 (#10)
Browse files- update concurrency count to 48 (bd2f995eabc10c9e082ccab3f911d3dbfd2ef0c7)
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=
|
|
|
669 |
</div>
|
670 |
''')
|
671 |
|
672 |
+
block.queue(concurrency_count=48).launch()
|