Create image_processor.py

#1
by amyeroberts HF staff - opened
Files changed (1) hide show
  1. image_processor.py +5 -0
image_processor.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from transformers import CLIPImageProcessor
2
+
3
+
4
+ class NewImageProcessor(CLIPImageProcessor):
5
+ pass