Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -218,9 +218,9 @@ demo = gr.ChatInterface(
|
|
218 |
Bias, Risks, and Limitations
|
219 |
The model might have biases because it learned from data that could be biased.
|
220 |
Users should be cautious of these possible biases when using the model.""",
|
221 |
-
examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
222 |
-
|
223 |
-
|
224 |
title="❄️ Vintern-3B-beta Test ❄️",
|
225 |
multimodal=True,
|
226 |
css=CSS
|
|
|
218 |
Bias, Risks, and Limitations
|
219 |
The model might have biases because it learned from data that could be biased.
|
220 |
Users should be cautious of these possible biases when using the model.""",
|
221 |
+
# examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
|
222 |
+
# {"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
|
223 |
+
# {"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
|
224 |
title="❄️ Vintern-3B-beta Test ❄️",
|
225 |
multimodal=True,
|
226 |
css=CSS
|