andito HF staff commited on
Commit
a8f49dd
1 Parent(s): 833928a

add new example

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. hunt.jpg +0 -0
app.py CHANGED
@@ -73,9 +73,9 @@ with gr.Blocks(css=css) as demo:
73
 
74
  gr.Examples(
75
  examples=[
 
76
  ["idefics2_architecture.png", 'How many tokens per image does it use?'],
77
  ["idefics2_architecture.png", "What type of encoder does the model use?"],
78
- ["idefics2_architecture.png", 'Up to which size can the images be?'],
79
  ["image.jpg", "What's the share of Industry Switchers Gained?"]
80
  ],
81
  inputs=[input_img, text_input],
 
73
 
74
  gr.Examples(
75
  examples=[
76
+ ["hunt.jpg", 'What is this image?'],
77
  ["idefics2_architecture.png", 'How many tokens per image does it use?'],
78
  ["idefics2_architecture.png", "What type of encoder does the model use?"],
 
79
  ["image.jpg", "What's the share of Industry Switchers Gained?"]
80
  ],
81
  inputs=[input_img, text_input],
hunt.jpg ADDED