Spaces:
Sleeping
Sleeping
Update OpenRouter_Agent.py
Browse files- OpenRouter_Agent.py +1 -1
OpenRouter_Agent.py
CHANGED
|
@@ -20,7 +20,7 @@ from smolagents.utils import encode_image_base64, make_image_url
|
|
| 20 |
import os
|
| 21 |
|
| 22 |
audio_transcribe_tool = Tool.from_space(
|
| 23 |
-
"hf-audio/whisper-large-v3
|
| 24 |
name = "audio_to_text",
|
| 25 |
description = "Transcribe long-form YouTube videos or audio inputs. Paste the URL to a YouTube video or upload audio file to get the transcript."
|
| 26 |
|
|
|
|
| 20 |
import os
|
| 21 |
|
| 22 |
audio_transcribe_tool = Tool.from_space(
|
| 23 |
+
"hf-audio/whisper-large-v3",
|
| 24 |
name = "audio_to_text",
|
| 25 |
description = "Transcribe long-form YouTube videos or audio inputs. Paste the URL to a YouTube video or upload audio file to get the transcript."
|
| 26 |
|