Update app.py
Browse files
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 |
-
|
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
|