axxam commited on
Commit
c513fb7
·
verified ·
1 Parent(s): 6cf9405

Update upload_suggestions.py

Browse files
Files changed (1) hide show
  1. upload_suggestions.py +1 -0
upload_suggestions.py CHANGED
@@ -3,6 +3,7 @@ from huggingface_hub import HfApi
3
 
4
  # List of possible locations where suggestions.db might be created
5
  possible_paths = [
 
6
  "/app/suggestions.db",
7
  "/root/.local/share/db/suggestions.db",
8
  "/home/libretranslate/.local/share/db/suggestions.db"
 
3
 
4
  # List of possible locations where suggestions.db might be created
5
  possible_paths = [
6
+ "/app/suggestions/suggestions.db",
7
  "/app/suggestions.db",
8
  "/root/.local/share/db/suggestions.db",
9
  "/home/libretranslate/.local/share/db/suggestions.db"