khang119966 commited on
Commit
a75702e
·
verified ·
1 Parent(s): bedee60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -304,13 +304,13 @@ with demo:
304
  chat_demo_interface = gr.ChatInterface(
305
  fn=chat,
306
  description="""**Vintern-3B-R-beta** is the latest in the Vintern series.""",
307
- # examples=[
308
- # [{"text": "Hãy viết một email giới thiệu sản phẩm trong ảnh.", "files":["./demo_3.jpg"]}, False],
309
- # [{"text": "Trích xuất các thông tin từ ảnh trả về markdown.", "files":["./demo_1.jpg"]}, False],
310
- # [{"text": "Bạn là nhân viên marketing chuyên nghiệp. Hãy viết một bài quảng cáo dài trên mạng xã hội giới thiệu về cửa hàng.", "files":["./demo_2.jpg"]}, False],
311
- # [{"text": "Trích xuất thông tin kiện hàng trong ảnh và trả về dạng JSON.", "files":["./demo_4.jpg"]}, False]
312
- # ],
313
- additional_inputs=[think_mode],
314
  title="❄️Vintern-3B-R-beta❄️",
315
  multimodal=True,
316
  css=CSS,
 
304
  chat_demo_interface = gr.ChatInterface(
305
  fn=chat,
306
  description="""**Vintern-3B-R-beta** is the latest in the Vintern series.""",
307
+ examples=[
308
+ [{"text": "Hãy viết một email giới thiệu sản phẩm trong ảnh.", "files":["./demo_3.jpg"]}, False],
309
+ [{"text": "Trích xuất các thông tin từ ảnh trả về markdown.", "files":["./demo_1.jpg"]}, False],
310
+ [{"text": "Bạn là nhân viên marketing chuyên nghiệp. Hãy viết một bài quảng cáo dài trên mạng xã hội giới thiệu về cửa hàng.", "files":["./demo_2.jpg"]}, False],
311
+ [{"text": "Trích xuất thông tin kiện hàng trong ảnh và trả về dạng JSON.", "files":["./demo_4.jpg"]}, False]
312
+ ],
313
+ # additional_inputs=[think_mode],
314
  title="❄️Vintern-3B-R-beta❄️",
315
  multimodal=True,
316
  css=CSS,