Spaces:
Runtime error
Runtime error
File size: 176 Bytes
2ce5e31 |
1 2 3 4 |
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jonatasgrosman/wav2vec2-large-xlsr-53-german") |