Tonic commited on
Commit
a96489a
1 Parent(s): d2609b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -575,7 +575,7 @@ def create_interface():
575
  audio_output = gr.Markdown(label="Output text") # Markdown component for audio
576
 
577
  with gr.Accordion("Use a Picture", open=False) as picture_accordion:
578
- image_input = gr.Image(label="Upload image"examples=["image1.jpg", "image2.png", "image3.jpg"])
579
  image_output = gr.Markdown(label="Output text") # Markdown component for image
580
 
581
  with gr.Accordion("MultiMed", open=False) as multimend_accordion:
 
575
  audio_output = gr.Markdown(label="Output text") # Markdown component for audio
576
 
577
  with gr.Accordion("Use a Picture", open=False) as picture_accordion:
578
+ image_input = gr.Image(label="Upload image", examples=["image1.jpg", "image2.png", "image3.jpg"])
579
  image_output = gr.Markdown(label="Output text") # Markdown component for image
580
 
581
  with gr.Accordion("MultiMed", open=False) as multimend_accordion: