Spaces:
Runtime error
Runtime error
Commit
•
4b55f1e
1
Parent(s):
c7c9865
Update app.py
Browse files
app.py
CHANGED
@@ -368,4 +368,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
|
|
368 |
"""
|
369 |
)
|
370 |
|
371 |
-
block.queue(max_size=
|
|
|
368 |
"""
|
369 |
)
|
370 |
|
371 |
+
block.queue(max_size=5, concurrency_count=2).launch()
|