Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Commit
•
4df947a
1
Parent(s):
1306746
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ demo = gr.ChatInterface(
|
|
151 |
fn=chat,
|
152 |
chatbot=gr.Chatbot(height=500),
|
153 |
description="""Try [Vintern-1B](https://huggingface.co/5CD-AI/Viet-InternVL2-1B) in this demo. Vintern 1B is a multimodal large language model series, featuring models of various sizes. For each size, we release instruction-tuned models optimized for multimodal tasks. Vintern-1B consists of InternViT-300M-448px, an MLP projector, and Qwen2-0.5B-Instruct.""",
|
154 |
-
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]}
|
155 |
{"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
156 |
{"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|
157 |
title="❄️ Vintern-1B ❄️",
|
|
|
151 |
fn=chat,
|
152 |
chatbot=gr.Chatbot(height=500),
|
153 |
description="""Try [Vintern-1B](https://huggingface.co/5CD-AI/Viet-InternVL2-1B) in this demo. Vintern 1B is a multimodal large language model series, featuring models of various sizes. For each size, we release instruction-tuned models optimized for multimodal tasks. Vintern-1B consists of InternViT-300M-448px, an MLP projector, and Qwen2-0.5B-Instruct.""",
|
154 |
+
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
155 |
{"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
156 |
{"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|
157 |
title="❄️ Vintern-1B ❄️",
|