RaushanTurganbay HF Staff BenjaminLiu commited on
Commit
52320fb
·
verified ·
1 Parent(s): 144bfb9

Fixed a syntax error in code for "From transformers>=v4.48...." (#44)

Browse files

- Fixed a syntax error in code for "From transformers>=v4.48...." (49029c70613eeabe9e1fe181106b56e76baef8ca)


Co-authored-by: Junkuan Liu <BenjaminLiu@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -109,7 +109,7 @@ messages = [
109
  {
110
  "role": "user",
111
  "content": [
112
- {"type": "image", "url": "https://www.ilankelman.org/stopsigns/australia.jpg"}
113
  {"type": "text", "text": "What is shown in this image?"},
114
  ],
115
  },
 
109
  {
110
  "role": "user",
111
  "content": [
112
+ {"type": "image", "url": "https://www.ilankelman.org/stopsigns/australia.jpg"},
113
  {"type": "text", "text": "What is shown in this image?"},
114
  ],
115
  },