Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
b1730b0
1
Parent(s):
f7052b7
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(
|
|
|
368 |
"""
|
369 |
)
|
370 |
|
371 |
+
block.queue(max_size=20, concurrency_count=20).launch()
|