voice_clone / transformers /utils /test_module /custom_image_processing.py
Amjad Hassoun
Upload 3018 files
ee6e328
Raw
History Blame Contribute Delete
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass