Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ load_results_funcs = [
|
|
49 |
|
50 |
recaption_root_dir = "recaption_results"
|
51 |
local_video_root_dir = "DATAS/Recaption/Inter4K/60fps/UHD"
|
52 |
-
remote_video_root_dir ="https://huggingface.co/datasets/ermu2001/
|
53 |
|
54 |
def show(result_list_first, result_list_second, result_index):
|
55 |
sample2index_second = {}
|
|
|
49 |
|
50 |
recaption_root_dir = "recaption_results"
|
51 |
local_video_root_dir = "DATAS/Recaption/Inter4K/60fps/UHD"
|
52 |
+
remote_video_root_dir ="https://huggingface.co/datasets/ermu2001/Inter4kPllavaRecaption/resolve/main/DATAS/Recaption/Inter4K/60fps/UHD"
|
53 |
|
54 |
def show(result_list_first, result_list_second, result_index):
|
55 |
sample2index_second = {}
|