Spaces:
Runtime error
Runtime error
ttengwang
commited on
Commit
·
12dc496
1
Parent(s):
af88c78
update app
Browse files
app.py
CHANGED
|
@@ -365,5 +365,5 @@ with gr.Blocks(
|
|
| 365 |
outputs=[chatbot, state, click_state, chat_input, image_input, wiki_output],
|
| 366 |
show_progress=False, queue=True)
|
| 367 |
|
| 368 |
-
iface.queue(concurrency_count=
|
| 369 |
-
iface.launch(server_name="0.0.0.0", enable_queue=True
|
|
|
|
| 365 |
outputs=[chatbot, state, click_state, chat_input, image_input, wiki_output],
|
| 366 |
show_progress=False, queue=True)
|
| 367 |
|
| 368 |
+
iface.queue(concurrency_count=5, api_open=False, max_size=10)
|
| 369 |
+
iface.launch(server_name="0.0.0.0", enable_queue=True)
|