Skip to content

Commit 5084749

Browse files
committed
nit
1 parent b87a0d9 commit 5084749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/processing_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ def _is_valid_images_input_for_processor(imgs):
10121012
for img in imgs:
10131013
if not _is_valid_images_input_for_processor(img):
10141014
return False
1015-
# If not a list of tuple, we have been given a single image or batched tensor of images
1015+
# If not a list or tuple, we have been given a single image or batched tensor of images
10161016
elif not (is_valid_image(imgs) or is_url(imgs)):
10171017
return False
10181018
return True

0 commit comments

Comments
 (0)