qgallouedec HF staff commited on
Commit
7d23cfb
·
verified ·
1 Parent(s): 9cf4917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,6 +32,6 @@ 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": [{path: "./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": "Describe this image in detail.", "files": [{"path": "./bee.jpg"}]}],
36
  ).launch()
37