Cyril666 commited on
Commit
aeb1b5d
·
verified ·
1 Parent(s): 9c6d655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ conversation = [
93
  "role": "user",
94
  "content": [
95
  {"type": "video", "video": {"video_path": video_path, "fps": 1, "max_frames": 128}},
96
- {"type": "text", "data": question},
97
  ]
98
  },
99
  ]
 
93
  "role": "user",
94
  "content": [
95
  {"type": "video", "video": {"video_path": video_path, "fps": 1, "max_frames": 128}},
96
+ {"type": "text", "text": question},
97
  ]
98
  },
99
  ]