rakeshunnee commited on
Commit
ea55ec8
·
verified ·
1 Parent(s): 16e0ca9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ model_path = hf_hub_download(repo_id="rakeshunnee/machine_failure_model", filena
8
  model = joblib.load(model_path)
9
 
10
  # Streamlit UI for Machine Failure Prediction
11
- st.title("Machine Failure Prediction App")
12
  st.write("""
13
  This application predicts the likelihood of a machine failing based on its operational parameters.
14
  Please enter the sensor and configuration data below to get a prediction.
 
8
  model = joblib.load(model_path)
9
 
10
  # Streamlit UI for Machine Failure Prediction
11
+ st.title("Machine Failure Prediction Application")
12
  st.write("""
13
  This application predicts the likelihood of a machine failing based on its operational parameters.
14
  Please enter the sensor and configuration data below to get a prediction.