Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -461,7 +461,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
461 |
with gr.Column(scale=1):
|
462 |
image_url = gr.Image(value=None, label="Image URL", elem_id="image_display")
|
463 |
|
464 |
-
submit_button.click(chatbot_response, [chatbot_input, chatbot_history], [chatbot_output, image_url])
|
465 |
|
466 |
|
467 |
# Main accordion for categories
|
|
|
461 |
with gr.Column(scale=1):
|
462 |
image_url = gr.Image(value=None, label="Image URL", elem_id="image_display")
|
463 |
|
464 |
+
#submit_button.click(chatbot_response, [chatbot_input, chatbot_history], [chatbot_output, image_url])
|
465 |
|
466 |
|
467 |
# Main accordion for categories
|