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

try large model

Browse files
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("tiny")
14
 
15
 
16
  def infer(audio):
 
10
  import whisper
11
 
12
 
13
+ infer_model = whisper.load_model("large")
14
 
15
 
16
  def infer(audio):