bdsqlsz commited on
Commit
1b41a0f
1 Parent(s): 65e144d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(fill_height=True, ) as demo:
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 the [Phi3-Vision model](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct) from Microsoft. 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",
102
  multimodal=True,
103
  textbox=chat_input,
 
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 the [Phi-3-HornyVision model](https://huggingface.co/Desm0nt/Phi-3-HornyVision-128k-instruct) from Desm0nt. 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",
102
  multimodal=True,
103
  textbox=chat_input,