Spaces:
Sleeping
Sleeping
harsh13333
commited on
Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -43,7 +43,7 @@ def save_audio_file(url):
|
|
43 |
|
44 |
def get_audio_transcription():
|
45 |
whisper = pipeline("automatic-speech-recognition",
|
46 |
-
"openai/whisper-
|
47 |
|
48 |
transcription = whisper("yt_audio.mp4",
|
49 |
chunk_length_s=30,
|
|
|
43 |
|
44 |
def get_audio_transcription():
|
45 |
whisper = pipeline("automatic-speech-recognition",
|
46 |
+
"openai/whisper-tiny.en")
|
47 |
|
48 |
transcription = whisper("yt_audio.mp4",
|
49 |
chunk_length_s=30,
|