lodhrangpt commited on
Commit
ce01ec7
·
verified ·
1 Parent(s): e4689fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def transcribe(audio_path):
23
 
24
  groq_api_endpoint = "https://api.groq.com/openai/v1/audio/transcriptions"
25
  headers = {
26
- "Authorization": "Bearer YOUR_API_KEY", # Replace with your actual API key
27
  }
28
  files = {
29
  'file': ('audio.wav', audio_data, 'audio/wav'),
 
23
 
24
  groq_api_endpoint = "https://api.groq.com/openai/v1/audio/transcriptions"
25
  headers = {
26
+ "Authorization": "Bearer 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", # Replace with your actual API key
27
  }
28
  files = {
29
  'file': ('audio.wav', audio_data, 'audio/wav'),