qgallouedec HF staff merve HF staff commited on
Commit
5ece638
1 Parent(s): e55dc65

Update app.py (#3)

Browse files

- Update app.py (a9b2ad6b41439e82d330e48f78db3b4de1d0dfff)


Co-authored-by: Merve Noyan <[email protected]>

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,6 +32,7 @@ gr.Interface(
32
  description="",
33
  inputs=[gr.MultimodalTextbox(file_types=["image"], show_label=False)],
34
  outputs=[gr.Textbox(label="idefics2-8b"), gr.Textbox(label="idefics2-8b-dpoed")],
35
- examples=[{"text": "Describe this image in detail.", "files": ["./bee.jpg"]}],
 
36
  ).launch()
37
 
 
32
  description="",
33
  inputs=[gr.MultimodalTextbox(file_types=["image"], show_label=False)],
34
  outputs=[gr.Textbox(label="idefics2-8b"), gr.Textbox(label="idefics2-8b-dpoed")],
35
+ examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
36
+ {"text": "Describe the image", "files": ["./howl.jpg"]}],
37
  ).launch()
38