Wendy-Fly commited on
Commit
ff717b9
·
verified ·
1 Parent(s): 0572ee4

Upload infer_qwen2_vl.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. infer_qwen2_vl.py +1 -1
infer_qwen2_vl.py CHANGED
@@ -57,7 +57,7 @@ messages = [
57
  "type": "image",
58
  "image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/QVQ/demo.png",
59
  },
60
- {"type": "text", "text": "详细描述图片中的内容"},
61
  ],
62
  }
63
  ]
 
57
  "type": "image",
58
  "image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/QVQ/demo.png",
59
  },
60
+ {"type": "text", "text": "Please describe in detail the content of the picture."},
61
  ],
62
  }
63
  ]