Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,11 +75,8 @@ def model_inference(input_dict, history):
|
|
75 |
# Example inputs
|
76 |
examples = [
|
77 |
[{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
|
78 |
-
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
79 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
80 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
81 |
-
[{"text": "Can you describe this image?", "files": ["example_images/newyork.jpg"]}],
|
82 |
-
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
83 |
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
84 |
|
85 |
]
|
|
|
75 |
# Example inputs
|
76 |
examples = [
|
77 |
[{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
|
|
|
78 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
79 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
|
|
|
|
80 |
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
81 |
|
82 |
]
|