Spaces:
Sleeping
Sleeping
gordonhubackup
commited on
Commit
•
53ce711
1
Parent(s):
8bce163
init
Browse files
app.py
CHANGED
@@ -180,4 +180,4 @@ with gr.Blocks() as demo:
|
|
180 |
)
|
181 |
clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
|
182 |
|
183 |
-
demo.launch(
|
|
|
180 |
)
|
181 |
clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
|
182 |
|
183 |
+
demo.launch()
|