transformers / utils /test_module /custom_image_processing.py
AbdulElahGwaith's picture
Upload folder using huggingface_hub
a9bd396 verified
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass