Spaces:
sonalkum
/
Running on Zero

GAMA-IT / utils /test_module /custom_image_processing.py
sonalkum's picture
Upload folder using huggingface_hub
be0b943 verified
raw
history blame
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass