Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import joblib
|
|
| 6 |
# Download and load the model
|
| 7 |
|
| 8 |
# replace with your repoid
|
| 9 |
-
model_path = hf_hub_download(repo_id="
|
| 10 |
|
| 11 |
model = joblib.load(model_path)
|
| 12 |
|
|
|
|
| 6 |
# Download and load the model
|
| 7 |
|
| 8 |
# replace with your repoid
|
| 9 |
+
model_path = hf_hub_download(repo_id="rajaprabu27/machine_failure_model", filename="best_machine_failure_model_v1.joblib")
|
| 10 |
|
| 11 |
model = joblib.load(model_path)
|
| 12 |
|