Spaces:
Sleeping
Sleeping
salal commited on
Commit ·
13bcc4e
1
Parent(s): adb6b13
Update model loading repo_id
Browse files- Models/Model.py +1 -1
Models/Model.py
CHANGED
|
@@ -31,7 +31,7 @@ if not os.path.exists(LSTM_PATH):
|
|
| 31 |
print("⬇️ Downloading LSTM checkpoint from HuggingFace...")
|
| 32 |
hf_hub_download(
|
| 33 |
repo_id="salal047/engagement-lstm", # <-- CHANGE THIS
|
| 34 |
-
filename="best_combined_model_lstm.pt",
|
| 35 |
local_dir=BASE
|
| 36 |
)
|
| 37 |
print("✅ LSTM checkpoint downloaded.")
|
|
|
|
| 31 |
print("⬇️ Downloading LSTM checkpoint from HuggingFace...")
|
| 32 |
hf_hub_download(
|
| 33 |
repo_id="salal047/engagement-lstm", # <-- CHANGE THIS
|
| 34 |
+
filename="best_combined_model_lstm .pt",
|
| 35 |
local_dir=BASE
|
| 36 |
)
|
| 37 |
print("✅ LSTM checkpoint downloaded.")
|