Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|