Spaces:
Sleeping
Sleeping
Samuel Thomas
commited on
Commit
·
da40168
1
Parent(s):
b395607
update video directory
Browse files
tools.py
CHANGED
@@ -194,7 +194,7 @@ def answer_video_question(frames_dir, question):
|
|
194 |
}
|
195 |
|
196 |
|
197 |
-
def download_youtube_video(url, output_dir='/content/video/', output_filename='downloaded_video.mp4'):
|
198 |
# Ensure the output directory exists
|
199 |
os.makedirs(output_dir, exist_ok=True)
|
200 |
|
|
|
194 |
}
|
195 |
|
196 |
|
197 |
+
def download_youtube_video(url, output_dir='tmp/content/video/', output_filename='downloaded_video.mp4'):
|
198 |
# Ensure the output directory exists
|
199 |
os.makedirs(output_dir, exist_ok=True)
|
200 |
|