rakeshunnee commited on
Commit
f71126c
·
verified ·
1 Parent(s): f948c1f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
  import joblib
5
 
6
  # Download and load the model
7
- model_path = hf_hub_download(repo_id="rakeshunnee/Machine-Failure-Prediction", filename="best_machine_failure_model_v1.joblib", repo_type="model")
8
  model = joblib.load(model_path)
9
 
10
  # Streamlit UI for Machine Failure Prediction
 
4
  import joblib
5
 
6
  # Download and load the model
7
+ model_path = hf_hub_download(repo_id="rakeshunnee/machine_failure_model", filename="best_machine_failure_model_v1.joblib", repo_type="model")
8
  model = joblib.load(model_path)
9
 
10
  # Streamlit UI for Machine Failure Prediction