Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update tools.py
Browse files
tools.py
CHANGED
@@ -71,7 +71,7 @@ def transcribe_audio(audio_file: str, file_extension: str) -> str:
|
|
71 |
|
72 |
# TESTTTTT
|
73 |
@tool
|
74 |
-
def
|
75 |
"""Get the transcript of a YouTube video
|
76 |
Args:
|
77 |
page_url (str): YouTube URL of the video
|
|
|
71 |
|
72 |
# TESTTTTT
|
73 |
@tool
|
74 |
+
def transcribe_youtube(page_url: str) -> str:
|
75 |
"""Get the transcript of a YouTube video
|
76 |
Args:
|
77 |
page_url (str): YouTube URL of the video
|