Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Decrease concurrency
Browse files
app.py
CHANGED
|
@@ -405,5 +405,5 @@ with gr.Blocks(css=css) as block_with_history:
|
|
| 405 |
with gr.Tab("Past generations"):
|
| 406 |
user_history.render()
|
| 407 |
|
| 408 |
-
block_with_history.queue(concurrency_count=
|
| 409 |
-
#block_with_history.launch(server_name="0.0.0.0")
|
|
|
|
| 405 |
with gr.Tab("Past generations"):
|
| 406 |
user_history.render()
|
| 407 |
|
| 408 |
+
block_with_history.queue(concurrency_count=3, max_size=10, api_open=False).launch(show_api=False)
|
| 409 |
+
#block_with_history.launch(server_name="0.0.0.0")
|