axxam commited on
Commit
6d615ef
·
verified ·
1 Parent(s): 30ea2f3

Update upload_suggestions.py

Browse files
Files changed (1) hide show
  1. upload_suggestions.py +1 -2
upload_suggestions.py CHANGED
@@ -60,8 +60,7 @@ def download_existing_suggestions():
60
  repo_type=REPO_TYPE,
61
  filename=DEST_PATH_IN_REPO,
62
  token=HF_TOKEN,
63
- local_dir="/tmp",
64
- local_dir_use_symlinks=False
65
  )
66
  print("Downloaded existing suggestions from Hugging Face.")
67
  return path
 
60
  repo_type=REPO_TYPE,
61
  filename=DEST_PATH_IN_REPO,
62
  token=HF_TOKEN,
63
+ local_dir="/tmp"
 
64
  )
65
  print("Downloaded existing suggestions from Hugging Face.")
66
  return path