theguywhosucks commited on
Commit
cd88360
·
verified ·
1 Parent(s): c327a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import whisper
3
  import os
4
 
5
  # Load Whisper once at startup
6
- model = whisper.load_model("small")
7
 
8
  def transcribe(audio_path):
9
  if not os.path.exists(audio_path):
 
3
  import os
4
 
5
  # Load Whisper once at startup
6
+ model = whisper.load_model("base")
7
 
8
  def transcribe(audio_path):
9
  if not os.path.exists(audio_path):