khang119966 commited on
Commit
17e4451
1 Parent(s): 8613917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
203
 
204
  demo = gr.ChatInterface(
205
  fn=chat,
206
- description="""Try [Vintern-1B-v2](https://huggingface.co/5CD-AI/Viet-InternVL2-1B) in this demo. Vintern-1B-v2 consists of [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px), an MLP projector, and [Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct).""",
207
  examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
208
  {"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
209
  {"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
 
203
 
204
  demo = gr.ChatInterface(
205
  fn=chat,
206
+ description="""Try [Vintern-1B-v2](https://huggingface.co/5CD-AI/Vintern-1B-v2) in this demo. Vintern-1B-v2 consists of [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px), an MLP projector, and [Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct).""",
207
  examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
208
  {"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
209
  {"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],