Update tools.py
Browse files
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)
|