Commit
·
42f3112
1
Parent(s):
2d548a7
Create image_processor.py
Browse files- 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
|