Enrique Cardoza commited on
Commit
938f62b
·
1 Parent(s): 16e7bb3

remove api_key as mandatory param for mcp server

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -124,8 +124,6 @@ def transcribe_audio_from_url(audio_url, api_key, request: gr.Request = None):
124
  audio_url: URL to an audio or video file to transcribe (http or https).
125
  Supported formats: MP3, MP4, MPEG, MPGA, M4A, WAV, WebM, FLAC, OGG, AAC.
126
  Maximum size: 25MB.
127
- api_key: Your Groq API key, required for authentication.
128
- You can obtain this from https://console.groq.com/
129
 
130
  Returns:
131
  A text transcript of the spoken content in the audio file.
 
124
  audio_url: URL to an audio or video file to transcribe (http or https).
125
  Supported formats: MP3, MP4, MPEG, MPGA, M4A, WAV, WebM, FLAC, OGG, AAC.
126
  Maximum size: 25MB.
 
 
127
 
128
  Returns:
129
  A text transcript of the spoken content in the audio file.