harsh13333 commited on
Commit
9490959
·
verified ·
1 Parent(s): b0c92b3

Update functions.py

Browse files
Files changed (1) hide show
  1. 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-medium.en")
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,