Lesterchia174 commited on
Commit
1f4aec3
·
verified ·
1 Parent(s): ed1fe42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from groq import Groq
7
  from gtts import gTTS
8
 
9
  # Load the local Whisper model for speech-to-text
10
- whisper_model = whisper.load_model("base")
11
 
12
  # Instantiate Groq client with API key
13
  groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))
 
7
  from gtts import gTTS
8
 
9
  # Load the local Whisper model for speech-to-text
10
+ whisper_model = whisper.load_model("small")
11
 
12
  # Instantiate Groq client with API key
13
  groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))