merve HF staff commited on
Commit
334a9a6
·
verified ·
1 Parent(s): 25c7f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ def model_inference(
128
  examples=[
129
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
130
  [{"text": "What art era this artpiece <image> and this artpiece <image> belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
131
- [{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
132
- [{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
133
  [{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
134
  [{"text": "What is happening in the video?", "files": ["example_images/short.mp4"]}],
135
  ]
 
128
  examples=[
129
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
130
  [{"text": "What art era this artpiece <image> and this artpiece <image> belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
131
+ [{"text": "Describe this image.", "files": ["example_images/mosque.jpg"]}],
132
+ [{"text": "When was this purchase made and how much did it cost?", "files": ["example_images/fiche.jpg"]}],
133
  [{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
134
  [{"text": "What is happening in the video?", "files": ["example_images/short.mp4"]}],
135
  ]