Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/BridgeTower/bridgetower-video-search into main
Browse files
app.py
CHANGED
@@ -244,6 +244,7 @@ def run_query(video_path, text_query, path='/tmp'):
|
|
244 |
return clip_images, transcripts
|
245 |
|
246 |
|
|
|
247 |
def get_video_id_from_url(video_url):
|
248 |
"""
|
249 |
Examples:
|
|
|
244 |
return clip_images, transcripts
|
245 |
|
246 |
|
247 |
+
#https://stackoverflow.com/a/7936523
|
248 |
def get_video_id_from_url(video_url):
|
249 |
"""
|
250 |
Examples:
|