inboxpraveen commited on
Commit
5d8e9cf
·
verified ·
1 Parent(s): a7044da

Fixed a Closing Quote Typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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": ""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")
 
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")