Truong / MMAudio-main /transformers /utils /test_module /custom_image_processing.py
Doaneer's picture
Upload 5065 files
e0be88b verified
raw
history blame contribute delete
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass