NikhilJoson commited on
Commit
b56f0d5
·
verified ·
1 Parent(s): 61e1955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)", type="numpy", tool="editor")
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