amyeroberts HF staff commited on
Commit
795e6ae
1 Parent(s): 2d548a7

Create image_processor.py (#1)

Browse files

- Create image_processor.py (42f31121e2e7eed6c245d5fc10ada0103ed03008)

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