Update README.md
Browse files
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", "
|
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 |
]
|