Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
203 |
|
204 |
demo = gr.ChatInterface(
|
205 |
fn=chat,
|
206 |
-
description="""Try [Vintern-1B-v2](https://huggingface.co/5CD-AI/
|
207 |
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
208 |
{"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
209 |
{"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|
|
|
203 |
|
204 |
demo = gr.ChatInterface(
|
205 |
fn=chat,
|
206 |
+
description="""Try [Vintern-1B-v2](https://huggingface.co/5CD-AI/Vintern-1B-v2) in this demo. Vintern-1B-v2 consists of [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px), an MLP projector, and [Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct).""",
|
207 |
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
208 |
{"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
209 |
{"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|