khang119966 commited on
Commit
bff745c
·
verified ·
1 Parent(s): 8c62682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ Users should be cautious of these possible biases when using the model.""",
233
  examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
234
  {"text": "Trích xuất các thông tin từ ảnh trả về markdown.", "files":["./demo_1.jpg"]},
235
  {"text": "Viết một bài quảng cáo dài trên mạng xã hội cho hình ảnh.", "files":["./demo_2.jpg"]}],
236
- title="❄️ Vintern-1B-v3.5-beta Test ❄️",
237
  multimodal=True,
238
  css=CSS
239
  )
 
233
  examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
234
  {"text": "Trích xuất các thông tin từ ảnh trả về markdown.", "files":["./demo_1.jpg"]},
235
  {"text": "Viết một bài quảng cáo dài trên mạng xã hội cho hình ảnh.", "files":["./demo_2.jpg"]}],
236
+ title="❄️ Vintern-1B-v3.5 Demo ❄️",
237
  multimodal=True,
238
  css=CSS
239
  )