Commit
•
234bd10
1
Parent(s):
12b9ef0
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=
|
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).launch()
|
326 |
#block_with_history.launch(server_name="0.0.0.0")
|