Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def text_to_speech_transcribe(text):
|
|
| 20 |
|
| 21 |
# Replace 'YOUR_GROQ_API_KEY' with your actual Groq API key
|
| 22 |
headers = {
|
| 23 |
-
"Authorization": "Bearer
|
| 24 |
}
|
| 25 |
|
| 26 |
# Prepare the files and data for the request
|
|
|
|
| 20 |
|
| 21 |
# Replace 'YOUR_GROQ_API_KEY' with your actual Groq API key
|
| 22 |
headers = {
|
| 23 |
+
"Authorization": "Bearer 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", # Replace with your Groq API key
|
| 24 |
}
|
| 25 |
|
| 26 |
# Prepare the files and data for the request
|