amyeroberts HF staff commited on
Commit
4f8907d
1 Parent(s): a986451

Create feature_extractor.py

Browse files
Files changed (1) hide show
  1. feature_extractor.py +5 -0
feature_extractor.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from transformers import CLIPFeatureExtractor
2
+
3
+
4
+ class NewFeatureExtractor(CLIPFeatureExtractor):
5
+ pass