Duplicated from sonalkum/GAMA
ed7a497
1
2
3
4
5
6
from transformers import CLIPImageProcessor class CustomImageProcessor(CLIPImageProcessor): pass