PhenixNova commited on
Commit
21d36f8
1 Parent(s): 1bce54b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
  import whisper
5
  from whisper.utils import write_vtt
6
 
7
- model = whisper.load_model("medium")
8
 
9
  def video2mp3(video_file, output_ext="mp3"):
10
  filename, ext = os.path.splitext(video_file)
 
4
  import whisper
5
  from whisper.utils import write_vtt
6
 
7
+ model = whisper.load_model("small")
8
 
9
  def video2mp3(video_file, output_ext="mp3"):
10
  filename, ext = os.path.splitext(video_file)