Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akki2825/accents_unplugged_deepspeech_v93
alvinasvk
/
accents_unplugged_deepspeech_v93
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akki2825
commited on
Dec 10, 2023
Commit
94c1047
·
1 Parent(s):
6cb326f
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -39,7 +39,7 @@ def reformat_freq(sr, y):
39
40
def transcribe(audio_file):
41
42
-
text = model(audio_file)
43
return text
44
45
39
40
def transcribe(audio_file):
41
42
+
text = model
.stt
(audio_file)
43
return text
44
45