Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(fill_height=True, ) as demo:
|
|
94 |
examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
|
95 |
{"text": "What does the chart display?", "files": ["./dataviz.png"]},
|
96 |
{"text": "What is 3?", "files": ["./setofmark1.jpg"]},
|
97 |
-
{"text": "
|
98 |
{"text": "Which Watermelon is sweeter?", "files": ["./setofmark3.jpeg"]},
|
99 |
],
|
100 |
description="Try [microsoft/Phi-3-vision-128k-instruct](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct). Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error. This is not the official demo.",
|
|
|
94 |
examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
|
95 |
{"text": "What does the chart display?", "files": ["./dataviz.png"]},
|
96 |
{"text": "What is 3?", "files": ["./setofmark1.jpg"]},
|
97 |
+
{"text": "Can you list the categories of each mark with spatial identifier??", "files": ["./setofmark4.png"]},
|
98 |
{"text": "Which Watermelon is sweeter?", "files": ["./setofmark3.jpeg"]},
|
99 |
],
|
100 |
description="Try [microsoft/Phi-3-vision-128k-instruct](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct). Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error. This is not the official demo.",
|