Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ conversation = [
|
|
92 |
{
|
93 |
"role": "user",
|
94 |
"content": [
|
95 |
-
{"type": "video", "
|
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 |
},
|