lixinhao commited on
Commit
2958248
·
verified ·
1 Parent(s): 6976ca0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,8 +50,8 @@ messages = [
50
  {
51
  "type": "video",
52
  "video": video_path,
53
- "max_pixels": 360 * 420,
54
- "fps": 1.0,
55
  },
56
  {"type": "text", "text": f"""{question}
57
  Provide your final answer within the <answer> </answer> tags.
 
50
  {
51
  "type": "video",
52
  "video": video_path,
53
+ "max_pixels": 460800,
54
+ "nframes": 32
55
  },
56
  {"type": "text", "text": f"""{question}
57
  Provide your final answer within the <answer> </answer> tags.