shaoyent commited on
Commit
3e95fa2
2 Parent(s): 7351d1c a05c75d

Merge branch 'main' of https://huggingface.co/spaces/BridgeTower/bridgetower-video-search into main

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: