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