Tonic commited on
Commit
c9c32e4
1 Parent(s): dac51d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -528,7 +528,7 @@ def create_interface():
528
  with gr.Accordion("Use a Picture", open=False) as picture_accordion:
529
  image_input = gr.Image(label="Upload image")
530
  image_output = gr.Markdown(label="Output text") # Markdown component for image
531
- gr.Examples([["image1.png"], ["image2.jpg"], ["image3.jpg"],],inputs=[image_input])
532
 
533
  with gr.Accordion("MultiMed", open=False) as multimend_accordion:
534
  text_input = gr.Textbox(label="Use Text", lines=3, placeholder="I have had a sore throat and phlegm for a few days and now my cough has gotten worse!")
 
528
  with gr.Accordion("Use a Picture", open=False) as picture_accordion:
529
  image_input = gr.Image(label="Upload image")
530
  image_output = gr.Markdown(label="Output text") # Markdown component for image
531
+ gr.Examples([["image1.png"], ["image2.jpeg"], ["image3.jpeg"],],inputs=[image_input])
532
 
533
  with gr.Accordion("MultiMed", open=False) as multimend_accordion:
534
  text_input = gr.Textbox(label="Use Text", lines=3, placeholder="I have had a sore throat and phlegm for a few days and now my cough has gotten worse!")