ermu2001 commited on
Commit
caeba2a
1 Parent(s): a05992b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -74,7 +74,6 @@ def show(result_list_first, result_list_second, result_index):
74
  else:
75
  info_str_second = f"NO {video_path} IN THE SECOND RESULT DIR"
76
  video_path = video_path.replace(local_video_root_dir, remote_video_root_dir)
77
- video_path = "https://huggingface.co/datasets/nielsr/video-demo/resolve/main/eating_spaghetti.mp4"
78
  return video_path, info_str_first, info_str_second
79
 
80
  def reload_results_dirs():
 
74
  else:
75
  info_str_second = f"NO {video_path} IN THE SECOND RESULT DIR"
76
  video_path = video_path.replace(local_video_root_dir, remote_video_root_dir)
 
77
  return video_path, info_str_first, info_str_second
78
 
79
  def reload_results_dirs():