Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def transcribe(audio_path):
|
|
19 |
groq_api_endpoint = "https://api.groq.com/openai/v1/audio/transcriptions"
|
20 |
|
21 |
headers = {
|
22 |
-
"Authorization": "
|
23 |
}
|
24 |
|
25 |
files = {
|
|
|
19 |
groq_api_endpoint = "https://api.groq.com/openai/v1/audio/transcriptions"
|
20 |
|
21 |
headers = {
|
22 |
+
"Authorization": "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", # Replace with your actual API key
|
23 |
}
|
24 |
|
25 |
files = {
|