Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(css=css) as demo:
|
|
73 |
|
74 |
chat_history = gr.Chatbot(label="Chat History")
|
75 |
message_input = gr.Textbox(label="Type your message here...")
|
76 |
-
image_input = gr.Image(label="Upload an image (optional)"
|
77 |
|
78 |
def respond(message, image):
|
79 |
# Here you can add logic to handle the image if provided
|
|
|
73 |
|
74 |
chat_history = gr.Chatbot(label="Chat History")
|
75 |
message_input = gr.Textbox(label="Type your message here...")
|
76 |
+
image_input = gr.Image(label="Upload an image (optional)")
|
77 |
|
78 |
def respond(message, image):
|
79 |
# Here you can add logic to handle the image if provided
|