axxam commited on
Commit
d5f3a77
·
verified ·
1 Parent(s): 162c032

Update upload_suggestions.py

Browse files
Files changed (1) hide show
  1. upload_suggestions.py +1 -1
upload_suggestions.py CHANGED
@@ -11,7 +11,7 @@ REPO_ID = "axxam/libretranslate-suggestions" # Dataset repo on HF
11
  DEST_PATH_IN_REPO = "suggestions.json"
12
  REPO_TYPE = "dataset"
13
 
14
- # Safe paths
15
  JSON_OUTPUT_PATH = "/tmp/suggestions.json"
16
  CHECKSUM_FILE = "/tmp/.last_suggestions_checksum"
17
 
 
11
  DEST_PATH_IN_REPO = "suggestions.json"
12
  REPO_TYPE = "dataset"
13
 
14
+ # Safe paths
15
  JSON_OUTPUT_PATH = "/tmp/suggestions.json"
16
  CHECKSUM_FILE = "/tmp/.last_suggestions_checksum"
17