Files
enginex-mlu370-any2any/transformers/utils/test_module/custom_image_processing.py

6 lines
103 B
Python
Raw Permalink Normal View History

2025-10-09 16:47:16 +08:00
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass