ABVM commited on
Commit
56e22f3
·
verified ·
1 Parent(s): 7118cc4

Update OpenRouter_Agent.py

Browse files
Files changed (1) hide show
  1. OpenRouter_Agent.py +1 -1
OpenRouter_Agent.py CHANGED
@@ -24,7 +24,7 @@ audio_transcribe_tool = Tool.from_space(
24
  "hf-audio/whisper-large-v3",
25
  name = "audio_to_text",
26
  description = "Transcribe long-form YouTube videos or audio inputs. Paste the URL to a YouTube video or upload audio file to get the transcript.",
27
- api_key = HF_API_TOKEN,
28
  )
29
 
30
  object_detection_tool = Tool.from_space(
 
24
  "hf-audio/whisper-large-v3",
25
  name = "audio_to_text",
26
  description = "Transcribe long-form YouTube videos or audio inputs. Paste the URL to a YouTube video or upload audio file to get the transcript.",
27
+
28
  )
29
 
30
  object_detection_tool = Tool.from_space(