Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,5 +223,6 @@ Users should be cautious of these possible biases when using the model.""",
|
|
| 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 |
)
|
| 227 |
demo.queue().launch()
|
|
|
|
| 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
|
| 227 |
)
|
| 228 |
demo.queue().launch()
|