Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ model_path = hf_hub_download(repo_id="sasipriyank/predectivemodel", filename="be
|
|
| 9 |
# Load the model
|
| 10 |
model = joblib.load(model_path)
|
| 11 |
|
| 12 |
-
# Streamlit UI for Prediction
|
| 13 |
st.title("Predective Maintenance App")
|
| 14 |
st.write("The Predective Maintenance App is an internal tool for customer that predicts whether Machine sensor is failed or not.")
|
| 15 |
st.write("Kindly enter the details to check whether Machine sensor is failed or not.")
|
|
|
|
| 9 |
# Load the model
|
| 10 |
model = joblib.load(model_path)
|
| 11 |
|
| 12 |
+
# Streamlit UI for Prediction Maintenance
|
| 13 |
st.title("Predective Maintenance App")
|
| 14 |
st.write("The Predective Maintenance App is an internal tool for customer that predicts whether Machine sensor is failed or not.")
|
| 15 |
st.write("Kindly enter the details to check whether Machine sensor is failed or not.")
|