Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ dataset = load_dataset("Vchitect/VBench_sampled_video")
|
|
12 |
# print(os.listdir("~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"))
|
13 |
# root = "~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"
|
14 |
print(config.HF_DATASETS_CACHE)
|
|
|
15 |
print(root)
|
16 |
def print_directory_contents(path, indent=0):
|
17 |
# 打印当前目录的内容
|
|
|
12 |
# print(os.listdir("~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"))
|
13 |
# root = "~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"
|
14 |
print(config.HF_DATASETS_CACHE)
|
15 |
+
root = config.HF_DATASETS_CACHE
|
16 |
print(root)
|
17 |
def print_directory_contents(path, indent=0):
|
18 |
# 打印当前目录的内容
|