SharleyK commited on
Commit
03c424a
·
verified ·
1 Parent(s): f7c918d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.set_page_config(
23
 
24
  @st.cache_resource
25
  def load_artifacts():
26
- repo_id = "SharleyK/SharleyK/predictive-maintenance-model"
27
 
28
  model = joblib.load(hf_hub_download( repo_id,
29
  "best_model.pkl",
 
23
 
24
  @st.cache_resource
25
  def load_artifacts():
26
+ repo_id = "SharleyK/predictive-maintenance-model"
27
 
28
  model = joblib.load(hf_hub_download( repo_id,
29
  "best_model.pkl",