NeerajCodz commited on
Commit
cac5a02
·
1 Parent(s): d3996f2

fix: use ASCII arrow in upload script (Windows cp1252 compatibility)

Browse files
Files changed (1) hide show
  1. scripts/upload_models_to_hub.py +1 -1
scripts/upload_models_to_hub.py CHANGED
@@ -183,7 +183,7 @@ def main():
183
  if not files_in_sub:
184
  continue
185
 
186
- print(f" Uploading {len(files_in_sub)} file(s) {repo_path}/")
187
  upload_folder(
188
  folder_path=str(subdir),
189
  path_in_repo=repo_path,
 
183
  if not files_in_sub:
184
  continue
185
 
186
+ print(f" Uploading {len(files_in_sub)} file(s) -> {repo_path}/")
187
  upload_folder(
188
  folder_path=str(subdir),
189
  path_in_repo=repo_path,