Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import io
|
|
6 |
from groq import Groq
|
7 |
|
8 |
# Initialize the Groq client
|
9 |
-
client = Groq(api_key=
|
10 |
|
11 |
# Load the Whisper model
|
12 |
model = whisper.load_model("base") # You can choose other models like "small", "medium", "large"
|
|
|
6 |
from groq import Groq
|
7 |
|
8 |
# Initialize the Groq client
|
9 |
+
client = Groq(api_key=groq_api_key)
|
10 |
|
11 |
# Load the Whisper model
|
12 |
model = whisper.load_model("base") # You can choose other models like "small", "medium", "large"
|