Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -236,6 +236,7 @@ demo = gr.ChatInterface(
|
|
236 |
{"text": "Trích xuất thông tin kiện hàng trong ảnh và trả về dạng JSON.", "files":["./demo_4.jpg"]}],
|
237 |
title="❄️ Vintern-1B-v3.5 Demo ❄️",
|
238 |
multimodal=True,
|
239 |
-
css=CSS
|
|
|
240 |
)
|
241 |
demo.queue().launch()
|
|
|
236 |
{"text": "Trích xuất thông tin kiện hàng trong ảnh và trả về dạng JSON.", "files":["./demo_4.jpg"]}],
|
237 |
title="❄️ Vintern-1B-v3.5 Demo ❄️",
|
238 |
multimodal=True,
|
239 |
+
css=CSS,
|
240 |
+
theme="monochrome"
|
241 |
)
|
242 |
demo.queue().launch()
|