Spaces:
Runtime error
Runtime error
File size: 117 Bytes
a1d409e |
1 2 3 4 5 6 |
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass
|