steysie commited on
Commit
de9fc46
1 Parent(s): 909fe57

return to base model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import subprocess
6
  import whisper
7
  from whisper.utils import write_vtt
8
 
9
- model = whisper.load_model("medium")
10
 
11
  title = "Add multilingual text/caption to your video"
12
 
 
6
  import whisper
7
  from whisper.utils import write_vtt
8
 
9
+ model = whisper.load_model("base")
10
 
11
  title = "Add multilingual text/caption to your video"
12