Cyril666 commited on
Commit
2113426
·
verified ·
1 Parent(s): af7d663

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ conversation = [
89
  {
90
  "role": "user",
91
  "content": [
92
- {"type": "image", "data": {"image_path": "https://github.com/DAMO-NLP-SG/VideoLLaMA3/blob/main/assets/sora.png?raw=true"}},
93
  {"type": "text", "data": "What is the woman wearing?"},
94
  ]
95
  }
 
89
  {
90
  "role": "user",
91
  "content": [
92
+ {"type": "image", "image": {"image_path": "https://github.com/DAMO-NLP-SG/VideoLLaMA3/blob/main/assets/sora.png?raw=true"}},
93
  {"type": "text", "data": "What is the woman wearing?"},
94
  ]
95
  }