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