CindyDelage commited on
Commit
7628992
·
verified ·
1 Parent(s): 3c118fa

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +0 -1
tools.py CHANGED
@@ -147,7 +147,6 @@ class image_interpreter(Tool):
147
  inputs = processor(
148
  text=[text],
149
  images=image_inputs,
150
- videos=video_inputs,
151
  padding=True,
152
  return_tensors="pt",
153
  ).to(device)
 
147
  inputs = processor(
148
  text=[text],
149
  images=image_inputs,
 
150
  padding=True,
151
  return_tensors="pt",
152
  ).to(device)