Update utils/model_loader.py
Browse files- utils/model_loader.py +1 -1
utils/model_loader.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
|
|
4 |
def load_model():
|
5 |
# Download model from Hugging Face Hub (if hosted)
|
6 |
model_path = hf_hub_download(
|
7 |
-
repo_id="MobvxtR/mbModel"
|
8 |
filename="best.pt",
|
9 |
revision="main"
|
10 |
)
|
|
|
4 |
def load_model():
|
5 |
# Download model from Hugging Face Hub (if hosted)
|
6 |
model_path = hf_hub_download(
|
7 |
+
repo_id="MobvxtR/mbModel/models"
|
8 |
filename="best.pt",
|
9 |
revision="main"
|
10 |
)
|