voice_clone / transformers /utils /test_module /custom_image_processing.py
ahassoun's picture
Upload 3018 files
ee6e328
raw
history blame contribute delete
No virus
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass