Update app.py
Browse files
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 [
|
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,
|