Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Reduce concurrency for now.
Browse files
app.py
CHANGED
|
@@ -320,5 +320,5 @@ Despite how impressive being able to turn text into image is, beware that this m
|
|
| 320 |
)
|
| 321 |
|
| 322 |
|
| 323 |
-
block.queue(concurrency_count=
|
| 324 |
#block.launch(server_name="0.0.0.0")
|
|
|
|
| 320 |
)
|
| 321 |
|
| 322 |
|
| 323 |
+
block.queue(concurrency_count=4, max_size=10).launch()
|
| 324 |
#block.launch(server_name="0.0.0.0")
|