barghavani commited on
Commit
7f9f9e8
·
verified ·
1 Parent(s): f0d5b87

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("large")
23
 
24
  def speech_to_text(audio_path):
25
  # Load and decode the audio file