Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
781f2a7
1
Parent(s):
234bd10
Update app.py
Browse files
app.py
CHANGED
@@ -322,5 +322,5 @@ with gr.Blocks(css=css) as block_with_history:
|
|
322 |
with gr.Tab("Past generations"):
|
323 |
user_history.render()
|
324 |
|
325 |
-
block_with_history.queue(concurrency_count=16, max_size=10).launch()
|
326 |
#block_with_history.launch(server_name="0.0.0.0")
|
|
|
322 |
with gr.Tab("Past generations"):
|
323 |
user_history.render()
|
324 |
|
325 |
+
block_with_history.queue(concurrency_count=16, max_size=10, api_open=False).launch(show_api=False)
|
326 |
#block_with_history.launch(server_name="0.0.0.0")
|