Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
6ea3280
1
Parent(s):
e3f532e
Update app.py
Browse files
app.py
CHANGED
@@ -325,5 +325,5 @@ with gr.Blocks(css=css) as block_with_history:
|
|
325 |
with gr.Tab("Past generations"):
|
326 |
user_history.render()
|
327 |
|
328 |
-
block_with_history.queue(concurrency_count=
|
329 |
#block_with_history.launch(server_name="0.0.0.0")
|
|
|
325 |
with gr.Tab("Past generations"):
|
326 |
user_history.render()
|
327 |
|
328 |
+
block_with_history.queue(concurrency_count=8, max_size=10, api_open=False).launch(show_api=False)
|
329 |
#block_with_history.launch(server_name="0.0.0.0")
|