Upload folder using huggingface_hub
Browse files- MLBaseModelDriver.py +1 -1
MLBaseModelDriver.py
CHANGED
@@ -80,7 +80,7 @@ class MLBaseModelDriver:
|
|
80 |
download files from hugging face
|
81 |
:return: downloaded files
|
82 |
"""
|
83 |
-
model_path = "
|
84 |
|
85 |
# Download the model files from the Hugging Face Hub
|
86 |
model_file = hf_hub_download(repo_id=model_path, filename="model_files/real_estate_model.pth")
|
|
|
80 |
download files from hugging face
|
81 |
:return: downloaded files
|
82 |
"""
|
83 |
+
model_path = "ckoozzzu/NextPlace"
|
84 |
|
85 |
# Download the model files from the Hugging Face Hub
|
86 |
model_file = hf_hub_download(repo_id=model_path, filename="model_files/real_estate_model.pth")
|