sofzcc commited on
Commit
2211450
·
verified ·
1 Parent(s): a7e4605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def download_video_mp3(url):
238
 
239
  def audio_to_text(filename):
240
 
241
- model = whisper.load_model("base")
242
  result = model.transcribe(filename)
243
 
244
  transcription = result["text"]
 
238
 
239
  def audio_to_text(filename):
240
 
241
+ model = whisper.load_model("tiny")
242
  result = model.transcribe(filename)
243
 
244
  transcription = result["text"]