Spaces:
Runtime error
Runtime error
Vision-CAIR
commited on
Commit
Β·
ebfc123
1
Parent(s):
3e7fe60
Update app.py
Browse files
app.py
CHANGED
@@ -146,4 +146,4 @@ with gr.Blocks() as demo:
|
|
146 |
)
|
147 |
clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
|
148 |
|
149 |
-
demo.launch(
|
|
|
146 |
)
|
147 |
clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
|
148 |
|
149 |
+
demo.launch(enable_queue=True)
|