Wendy-Fly commited on
Commit
2c3f501
·
verified ·
1 Parent(s): 5d043be

Upload infer_.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. infer_.py +2 -2
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",