Upload infer_qwen2_vl.py with huggingface_hub
Browse files- 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 |
]
|