axxam commited on
Commit
79929d7
·
verified ·
1 Parent(s): fe0a06f

Update upload_suggestions.py

Browse files
Files changed (1) hide show
  1. upload_suggestions.py +1 -1
upload_suggestions.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  REPO_ID = "axxam/LibreTranslate_Kabyle"
7
  DEST_PATH_IN_REPO = "suggestions/suggestions.db"
8
  HF_TOKEN = os.getenv("HF_TOKEN")
9
- CHECKSUM_FILE = "/app/.last_suggestions_checksum"
10
 
11
  def get_suggestions_db_path():
12
  cwd = os.getcwd()
 
6
  REPO_ID = "axxam/LibreTranslate_Kabyle"
7
  DEST_PATH_IN_REPO = "suggestions/suggestions.db"
8
  HF_TOKEN = os.getenv("HF_TOKEN")
9
+ CHECKSUM_FILE = "/tmp/.last_suggestions_checksum"
10
 
11
  def get_suggestions_db_path():
12
  cwd = os.getcwd()