test_dynamic_image_processor / image_processor.py
amyeroberts's picture
amyeroberts HF staff
Create image_processor.py (#1)
795e6ae
raw
history blame contribute delete
No virus
99 Bytes
from transformers import CLIPImageProcessor
class NewImageProcessor(CLIPImageProcessor):
pass