Spaces:
Runtime error
Runtime error
Commit
•
c7c9865
1
Parent(s):
febdd36
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=2, concurrency_count=2).launch()
|