Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
#43
by
lelafav502
- opened
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=8, max_size=10, api_open=
|
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=8, max_size=10, api_open=True).launch(show_api=True)
|
409 |
#block_with_history.launch(server_name="0.0.0.0")
|