Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -11,7 +11,7 @@ st.write("Enter engine sensor readings. All features required by the model will
|
|
| 11 |
# DOWNLOAD MODEL FROM HUGGING FACE
|
| 12 |
|
| 13 |
REPO_ID = "MohammedSohail/engine_maintenance_model"
|
| 14 |
-
MODEL_PATH = "models/best_model.pkl"
|
| 15 |
|
| 16 |
try:
|
| 17 |
model_file = hf_hub_download(repo_id=REPO_ID, repo_type="model", filename=MODEL_PATH)
|
|
|
|
| 11 |
# DOWNLOAD MODEL FROM HUGGING FACE
|
| 12 |
|
| 13 |
REPO_ID = "MohammedSohail/engine_maintenance_model"
|
| 14 |
+
MODEL_PATH = "models/best_model.pkl"
|
| 15 |
|
| 16 |
try:
|
| 17 |
model_file = hf_hub_download(repo_id=REPO_ID, repo_type="model", filename=MODEL_PATH)
|