Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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!")
|