Spaces:
Runtime error
Runtime error
patrickvonplaten
commited on
Commit
•
ee4d672
1
Parent(s):
e0bd059
Update app.py
Browse files
app.py
CHANGED
@@ -333,5 +333,5 @@ with gr.Blocks(css=css) as block_with_history:
|
|
333 |
with gr.Tab("Past generations"):
|
334 |
user_history.render()
|
335 |
|
336 |
-
block_with_history.queue(concurrency_count=
|
337 |
#block_with_history.launch(server_name="0.0.0.0")
|
|
|
333 |
with gr.Tab("Past generations"):
|
334 |
user_history.render()
|
335 |
|
336 |
+
block_with_history.queue(concurrency_count=8, max_size=10, api_open=False).launch(show_api=False)
|
337 |
#block_with_history.launch(server_name="0.0.0.0")
|