ysharma HF staff commited on
Commit
ba436e5
β€’
1 Parent(s): d9bab98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(fill_height=True, ) as demo:
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,
104
  textbox=chat_input,
 
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. This is not the official demo.",
102
  stop_btn="Stop Generation",
103
  multimodal=True,
104
  textbox=chat_input,