Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,8 @@ for file_ in filelist:
|
|
29 |
|
30 |
hf_hub_download(repo_id=REPO_ID, filename="video-QA.json", repo_type="dataset", local_dir="./")
|
31 |
|
|
|
|
|
32 |
|
33 |
# 读取 JSON 数据
|
34 |
with open('video-QA.json', 'r') as f:
|
|
|
29 |
|
30 |
hf_hub_download(repo_id=REPO_ID, filename="video-QA.json", repo_type="dataset", local_dir="./")
|
31 |
|
32 |
+
print(see_files("./"))
|
33 |
+
print(see_files("./videos"))
|
34 |
|
35 |
# 读取 JSON 数据
|
36 |
with open('video-QA.json', 'r') as f:
|