Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,9 +6,7 @@ from groq import Groq
|
|
| 6 |
import numpy as np
|
| 7 |
|
| 8 |
# Set your Groq API key
|
| 9 |
-
api_key =
|
| 10 |
-
if not api_key:
|
| 11 |
-
raise ValueError("GROQ_API_KEY environment variable not set")
|
| 12 |
|
| 13 |
# Initialize Whisper and Groq
|
| 14 |
whisper_model = whisper.load_model("base")
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
|
| 8 |
# Set your Groq API key
|
| 9 |
+
api_key = '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'
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# Initialize Whisper and Groq
|
| 12 |
whisper_model = whisper.load_model("base")
|