Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import os
|
|
| 7 |
# hf_token = os.environ['hf_token'] # 确保环境变量中有你的令牌
|
| 8 |
# submission_url = "Vchitect/VBench_sampled_video" # 数据集的 URL
|
| 9 |
# local_dir = "VBench_sampled_video" # 本地文件夹路径
|
| 10 |
-
dataset = load_dataset("Vchitect/VBench_sampled_video"
|
| 11 |
# print(os.listdir("~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"))
|
| 12 |
root = "~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"
|
| 13 |
def print_directory_contents(path, indent=0):
|
|
|
|
| 7 |
# hf_token = os.environ['hf_token'] # 确保环境变量中有你的令牌
|
| 8 |
# submission_url = "Vchitect/VBench_sampled_video" # 数据集的 URL
|
| 9 |
# local_dir = "VBench_sampled_video" # 本地文件夹路径
|
| 10 |
+
dataset = load_dataset("Vchitect/VBench_sampled_video")
|
| 11 |
# print(os.listdir("~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"))
|
| 12 |
root = "~/.cache/huggingface/datasets/Vchitect___VBench_sampled_video/"
|
| 13 |
def print_directory_contents(path, indent=0):
|