Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,9 @@ from gtts import gTTS
|
|
| 5 |
from groq import Groq
|
| 6 |
|
| 7 |
# Set up Groq client (replace with your API key)
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
|
| 11 |
# Load Whisper model
|
| 12 |
whisper_model = whisper.load_model("base")
|
|
|
|
| 5 |
from groq import Groq
|
| 6 |
|
| 7 |
# Set up Groq client (replace with your API key)
|
| 8 |
+
|
| 9 |
+
GROQ_api_key = os.getenv("Groq_Api_Key")
|
| 10 |
+
|
| 11 |
|
| 12 |
# Load Whisper model
|
| 13 |
whisper_model = whisper.load_model("base")
|