Spaces:
Runtime error
Runtime error
Commit
·
f38a9d5
1
Parent(s):
4faca44
Update app.py
Browse files
app.py
CHANGED
@@ -369,4 +369,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
|
|
369 |
"""
|
370 |
)
|
371 |
|
372 |
-
block.queue(
|
|
|
369 |
"""
|
370 |
)
|
371 |
|
372 |
+
block.queue(concurrency_count=40, max_size=20).launch(max_threads=150)
|