ckoozzzu commited on
Commit
94dd1f0
·
verified ·
1 Parent(s): 5b2d61a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 = "Nickel5HF/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")
 
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")