Spaces:
Runtime error
Runtime error
wybertwang
commited on
Commit
•
cbfeca9
1
Parent(s):
a2aeaad
edit concurrency_count=1 for debugging
Browse files
app.py
CHANGED
@@ -283,5 +283,5 @@ with gr.Blocks(
|
|
283 |
outputs=[chatbot, state, click_state, chat_input, image_input, wiki_output],
|
284 |
show_progress=False, queue=True)
|
285 |
|
286 |
-
iface.queue(concurrency_count=
|
287 |
iface.launch(server_name="0.0.0.0", enable_queue=True)
|
|
|
283 |
outputs=[chatbot, state, click_state, chat_input, image_input, wiki_output],
|
284 |
show_progress=False, queue=True)
|
285 |
|
286 |
+
iface.queue(concurrency_count=1, api_open=False)
|
287 |
iface.launch(server_name="0.0.0.0", enable_queue=True)
|