Spaces:
Runtime error
Runtime error
wybertwang
commited on
Commit
•
a2aeaad
1
Parent(s):
3a6b775
remove queue(max_size=10)
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=5, api_open=False
|
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=5, api_open=False)
|
287 |
iface.launch(server_name="0.0.0.0", enable_queue=True)
|