barghavani commited on
Commit
0f62a70
·
verified ·
1 Parent(s): 24ed219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
19
 
20
 
21
  # Load the Whisper model
22
- model = whisper.load_model("large")
23
 
24
  def speech_to_text(audio_path):
25
  # Load and decode the audio file
 
19
 
20
 
21
  # Load the Whisper model
22
+ model = whisper.load_model("base")
23
 
24
  def speech_to_text(audio_path):
25
  # Load and decode the audio file