Speech2Text_Ge / app.py
Tlanextli's picture
Create app.py
2ce5e31
raw
history blame
176 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jonatasgrosman/wav2vec2-large-xlsr-53-german")