Update app.py
Browse files
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("
|
| 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"))
|