6 lines
117 B
Python
6 lines
117 B
Python
|
|
from transformers import Wav2Vec2FeatureExtractor
|
||
|
|
|
||
|
|
|
||
|
|
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
|
||
|
|
pass
|