Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
ff29c73
1
Parent(s):
eb9fea0
Update app.py
Browse files
app.py
CHANGED
@@ -343,4 +343,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
|
|
343 |
"""
|
344 |
)
|
345 |
|
346 |
-
block.queue(
|
|
|
343 |
"""
|
344 |
)
|
345 |
|
346 |
+
block.queue(concurrency_limit=80, max_size=100).launch(max_threads=150, show_error=True)
|