dailingx commited on
Commit
01c98bd
·
verified ·
1 Parent(s): f84cf9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def handle(
171
  ):
172
  clone_dir = ms_repo.split("/")[-1]
173
  hf_file_list = hf_list_repo_files(hf_token, hf_repo)
174
- return hf_file_list
175
  # file_paths = []
176
  # for idx in range(100):
177
  # begin_idx = idx * 100
 
171
  ):
172
  clone_dir = ms_repo.split("/")[-1]
173
  hf_file_list = hf_list_repo_files(hf_token, hf_repo)
174
+ print(f"all file in hf: {hf_file_list}")
175
  # file_paths = []
176
  # for idx in range(100):
177
  # begin_idx = idx * 100