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...
Tlanextli
commited on
Sep 4, 2023
Commit
2ce5e31
·
1 Parent(s):
a3f6cd6
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("automatic-speech-recognition", model="jonatasgrosman/wav2vec2-large-xlsr-53-german")