EvanTHU commited on
Commit
838ce96
·
verified ·
1 Parent(s): 162580e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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: