ysharma HF staff commited on
Commit
82e784c
1 Parent(s): 9b0217c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "Which room should I go to if I want to eat something?", "files": ["./setofmark2.jpg"]},
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.",