ysharma HF staff commited on
Commit
789180e
1 Parent(s): 9fb87d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -92,7 +92,10 @@ with gr.Blocks(fill_height=True, ) as demo:
92
  fn=bot_streaming,
93
  title="Phi3 Vision 128K Instruct",
94
  examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
95
- {"text": "What does the chart displays?", "files": ["./dataviz.png"]}],
 
 
 
96
  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.",
97
  stop_btn="Stop Generation",
98
  multimodal=True,
 
92
  fn=bot_streaming,
93
  title="Phi3 Vision 128K Instruct",
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 goto if I want to sit down and eat?", "files": ["./setofmark2.jpg"]}
98
+ ],
99
  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.",
100
  stop_btn="Stop Generation",
101
  multimodal=True,