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