Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ 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": "
|
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.",
|
101 |
stop_btn="Stop Generation",
|
|
|
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": "Count the number of apples.", "files": ["./setofmark6.png"]},
|
98 |
+
{"text": "I want to find a seat close to windows, where can I sit?", "files": ["./office1.jpg"]},
|
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.",
|
101 |
stop_btn="Stop Generation",
|