Spaces:
Runtime error
Runtime error
increase concurrency count
Browse files
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=80).launch()
|