Cyril666 commited on
Commit
ff04c23
·
verified ·
1 Parent(s): c9a8104

Update README.md

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