Hotifx remove tuple for git config image processor. (#21278)

This commit is contained in:
Nicolas Patry 2023-01-24 16:07:50 +01:00 committed by GitHub
parent 071529bd54
commit 67316444b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ IMAGE_PROCESSOR_MAPPING_NAMES = OrderedDict(
("dpt", "DPTImageProcessor"),
("efficientformer", "EfficientFormerImageProcessor"),
("flava", "FlavaImageProcessor"),
("git", ("CLIPImageProcessor", "VideoMAEImageProcessor")),
("git", "CLIPImageProcessor"),
("glpn", "GLPNImageProcessor"),
("groupvit", "CLIPImageProcessor"),
("imagegpt", "ImageGPTImageProcessor"),