Unverified Commit 67316444 authored by Nicolas Patry's avatar Nicolas Patry Committed by GitHub
Browse files

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

parent 071529bd
......@@ -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"),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment