Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Commit
•
b9d1123
1
Parent(s):
c0db627
Update app.py
Browse files
app.py
CHANGED
@@ -213,11 +213,14 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
213 |
|
214 |
demo = gr.ChatInterface(
|
215 |
fn=chat,
|
216 |
-
description="""Try [Vintern-3B-beta](https://huggingface.co/5CD-AI/Vintern-3B-beta) in this demo. Vintern-3B-beta consists of [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px), an MLP projector, and [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct).
|
|
|
|
|
|
|
217 |
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
218 |
{"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
219 |
{"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|
220 |
-
title="❄️ Vintern-3B-beta ❄️",
|
221 |
multimodal=True,
|
222 |
css=CSS
|
223 |
)
|
|
|
213 |
|
214 |
demo = gr.ChatInterface(
|
215 |
fn=chat,
|
216 |
+
description="""Try [Vintern-3B-beta](https://huggingface.co/5CD-AI/Vintern-3B-beta) in this demo. Vintern-3B-beta consists of [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px), an MLP projector, and [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct).
|
217 |
+
Bias, Risks, and Limitations
|
218 |
+
The model might have biases because it learned from data that could be biased.
|
219 |
+
Users should be cautious of these possible biases when using the model.""",
|
220 |
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
221 |
{"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
222 |
{"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|
223 |
+
title="❄️ Vintern-3B-beta Test ❄️",
|
224 |
multimodal=True,
|
225 |
css=CSS
|
226 |
)
|