Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tlanextli
/
Speech2Text_Ge
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2ce5e31
Speech2Text_Ge
/
app.py
Tlanextli
Create app.py
2ce5e31
over 1 year ago
raw
Copy download link
history
blame
Safe
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"
)