BUAADreamer
commited on
Commit
•
5318b89
1
Parent(s):
01fc008
Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,7 @@ model_id = "BUAADreamer/Yi-VL-6B-hf"
|
|
33 |
messages = [
|
34 |
{ "role": "user", "content": "What's in the picture?" }
|
35 |
]
|
|
|
36 |
|
37 |
model = AutoModelForVision2Seq.from_pretrained(
|
38 |
model_id,
|
|
|
33 |
messages = [
|
34 |
{ "role": "user", "content": "What's in the picture?" }
|
35 |
]
|
36 |
+
image_file = "http://images.cocodataset.org/val2017/000000039769.jpg"
|
37 |
|
38 |
model = AutoModelForVision2Seq.from_pretrained(
|
39 |
model_id,
|