rajaprabu27 commited on
Commit
3185d60
·
verified ·
1 Parent(s): 6430e1a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import joblib
6
  # Download and load the model
7
 
8
  # replace with your repoid
9
- model_path = hf_hub_download(repo_id="rakeshambudkar/machine_failure_model", filename="best_machine_failure_model_v1.joblib")
10
 
11
  model = joblib.load(model_path)
12
 
 
6
  # Download and load the model
7
 
8
  # replace with your repoid
9
+ model_path = hf_hub_download(repo_id="rajaprabu27/machine_failure_model", filename="best_machine_failure_model_v1.joblib")
10
 
11
  model = joblib.load(model_path)
12