s0wa48 commited on
Commit
b263a27
·
verified ·
1 Parent(s): 14d1d66

Update MLBaseModelDriver.py

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="real_estate_model.pth")
 
80
  download files from hugging face
81
  :return: downloaded files
82
  """
83
+ model_path = "s0wa48/sn48_1"
84
 
85
  # Download the model files from the Hugging Face Hub
86
  model_file = hf_hub_download(repo_id=model_path, filename="real_estate_model.pth")