Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,10 @@ def model_inference(input_dict, history):
|
|
74 |
|
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"]}],
|
|
|
74 |
|
75 |
# Example inputs
|
76 |
examples = [
|
77 |
+
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
78 |
[{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
|
79 |
+
[{"text": "Describe the photo", "files": ["examples/3.png"]}],
|
80 |
+
[{"text": "Summarize the full image in detail", "files": ["examples/2.png"]}],
|
81 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
82 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
83 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|