We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87a0d9 commit 5084749Copy full SHA for 5084749
src/transformers/processing_utils.py
@@ -1012,7 +1012,7 @@ def _is_valid_images_input_for_processor(imgs):
1012
for img in imgs:
1013
if not _is_valid_images_input_for_processor(img):
1014
return False
1015
- # If not a list of tuple, we have been given a single image or batched tensor of images
+ # If not a list or tuple, we have been given a single image or batched tensor of images
1016
elif not (is_valid_image(imgs) or is_url(imgs)):
1017
1018
return True
0 commit comments