Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
548116b
1
Parent(s):
57cd102
Update app.py
Browse files
app.py
CHANGED
@@ -349,4 +349,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
|
|
349 |
)
|
350 |
|
351 |
|
352 |
-
block.queue(concurrency_count=80, max_size=100).launch(max_threads=150)
|
|
|
349 |
)
|
350 |
|
351 |
|
352 |
+
block.queue(concurrency_count=80, max_size=100).launch(max_threads=150, show_error=True)
|