Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ st.set_page_config(
|
|
| 23 |
|
| 24 |
@st.cache_resource
|
| 25 |
def load_artifacts():
|
| 26 |
-
repo_id = "SharleyK/
|
| 27 |
|
| 28 |
model = joblib.load(hf_hub_download( repo_id,
|
| 29 |
"best_model.pkl",
|
|
|
|
| 23 |
|
| 24 |
@st.cache_resource
|
| 25 |
def load_artifacts():
|
| 26 |
+
repo_id = "SharleyK/predictive-maintenance-model"
|
| 27 |
|
| 28 |
model = joblib.load(hf_hub_download( repo_id,
|
| 29 |
"best_model.pkl",
|