ysharma HF staff commited on
Commit
d9bab98
1 Parent(s): 0daa021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ with gr.Blocks(fill_height=True, ) as demo:
96
  gr.ChatInterface(
97
  fn=bot_streaming,
98
  title="Phi3 Vision 128K Instruct",
99
- examples=[{"text": "What is on the flower?", "files": ["./bee.jpg"]},
100
- {"text": "How to make this pastry?", "files": ["./baklava.png"]}],
101
  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.",
102
  stop_btn="Stop Generation",
103
  multimodal=True,
 
96
  gr.ChatInterface(
97
  fn=bot_streaming,
98
  title="Phi3 Vision 128K Instruct",
99
+ examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
100
+ {"text": "What does the chart displays?", "files": ["./dataviz.png"]}],
101
  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.",
102
  stop_btn="Stop Generation",
103
  multimodal=True,