lodhrangpt commited on
Commit
14ee15c
·
verified ·
1 Parent(s): 1bcb7e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "Bearer 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", # Replace with your actual API key
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 = {