4darsh-Dev commited on
Commit
6f71fdf
·
verified ·
1 Parent(s): ac93905

updated base model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import whisper
3
 
4
  # Load the smallest model variant for fast CPU inference
5
- model = whisper.load_model("tiny")
6
 
7
  def transcribe_audio(audio_file):
8
  """
 
2
  import whisper
3
 
4
  # Load the smallest model variant for fast CPU inference
5
+ model = whisper.load_model("base")
6
 
7
  def transcribe_audio(audio_file):
8
  """