andito HF staff commited on
Commit
d91c73b
·
verified ·
1 Parent(s): c8b49e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def model_inference(
81
 
82
 
83
  examples=[
84
- [{"text": "Describe this image.", "files": ["example_images/newyork.jpg"]}],
85
  [{"text": "Describe this image.", "files": ["example_images/dogs.jpg"]}],
86
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
87
  [{"text": "What art era do these artpieces belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
 
81
 
82
 
83
  examples=[
84
+ [{"text": "Can you describe this image?", "files": ["example_images/newyork.jpg"]}],
85
  [{"text": "Describe this image.", "files": ["example_images/dogs.jpg"]}],
86
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
87
  [{"text": "What art era do these artpieces belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],