Spaces:
sonalkum
/
Running on Zero

GAMA-IT / utils /test_module /custom_image_processing.py
Sonal Kumar
first commit
ed7a497
raw
history blame
No virus
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass