Spaces:
Sleeping
Sleeping
Commit ·
0ad9ac5
1
Parent(s): 8836bc2
fix: explicit encoder ID in downloader
Browse files- download_model.py +1 -1
- test_encoder.pkl +0 -0
download_model.py
CHANGED
|
@@ -13,7 +13,7 @@ print("---------------------------------------------------------")
|
|
| 13 |
MODEL_FILE_ID = "1eFqWSvXSl-bcaPXh6LCG2uQmBmEF5GGJ"
|
| 14 |
|
| 15 |
# 2. Google Drive File ID for label_encoder.pkl
|
| 16 |
-
ENCODER_FILE_ID = "
|
| 17 |
|
| 18 |
if not os.path.exists("best_model.pt"):
|
| 19 |
if MODEL_FILE_ID == "YOUR_MODEL_FILE_ID_HERE":
|
|
|
|
| 13 |
MODEL_FILE_ID = "1eFqWSvXSl-bcaPXh6LCG2uQmBmEF5GGJ"
|
| 14 |
|
| 15 |
# 2. Google Drive File ID for label_encoder.pkl
|
| 16 |
+
ENCODER_FILE_ID = "1S_zqbzkMNVuYnQlopMmrRRujIOeF5v2q"RujIOeF5v2q"
|
| 17 |
|
| 18 |
if not os.path.exists("best_model.pt"):
|
| 19 |
if MODEL_FILE_ID == "YOUR_MODEL_FILE_ID_HERE":
|
test_encoder.pkl
ADDED
|
Binary file (533 Bytes). View file
|
|
|