Spaces:
Sleeping
Sleeping
Update OpenRouter_Agent.py
Browse files- 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 |
-
|
| 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(
|