PythonProject1 / .venv /transformers /utils /test_module /custom_image_processing.py
DrDavis's picture
Upload folder using huggingface_hub
17c6d62 verified
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass