Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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],
|