mabhay commited on
Commit
0326b2c
·
1 Parent(s): d9096ec

switch back to base model

Browse files

Large model takes too much time.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ os.system("pip install git+https://github.com/openai/whisper.git")
10
  import whisper
11
 
12
 
13
- infer_model = whisper.load_model("large")
14
 
15
 
16
  def infer(audio):
 
10
  import whisper
11
 
12
 
13
+ infer_model = whisper.load_model("base")
14
 
15
 
16
  def infer(audio):