Upload infer_.py with huggingface_hub
Browse files
infer_.py
CHANGED
|
@@ -66,8 +66,8 @@ for batch_idx in tqdm(range(begin, end, batch_size)):
|
|
| 66 |
{"type": "image", "image": "file:///path/to/image2.jpg"},
|
| 67 |
{"type": "text", "text": "Describe this video."},
|
| 68 |
],
|
| 69 |
-
"answer":"",
|
| 70 |
-
"result":"",
|
| 71 |
}
|
| 72 |
messages = {
|
| 73 |
"role": "user",
|
|
|
|
| 66 |
{"type": "image", "image": "file:///path/to/image2.jpg"},
|
| 67 |
{"type": "text", "text": "Describe this video."},
|
| 68 |
],
|
| 69 |
+
"answer":"None",
|
| 70 |
+
"result":"None",
|
| 71 |
}
|
| 72 |
messages = {
|
| 73 |
"role": "user",
|