Fixed a Closing Quote Typo
Browse files
README.md
CHANGED
@@ -192,7 +192,7 @@ messages = [
|
|
192 |
"role": "user",
|
193 |
"content": [
|
194 |
{"type": "image", "image": image_path} for image_path in image_paths
|
195 |
-
] + [{"type": "text", "text": "
|
196 |
},
|
197 |
]
|
198 |
text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")
|
|
|
192 |
"role": "user",
|
193 |
"content": [
|
194 |
{"type": "image", "image": image_path} for image_path in image_paths
|
195 |
+
] + [{"type": "text", "text": "What kind of cat is this? Answer with one word."}],
|
196 |
},
|
197 |
]
|
198 |
text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")
|