samdurai102024 commited on
Commit
f62866c
·
verified ·
1 Parent(s): eed3abe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if not HF_TOKEN:
28
  # Load Model
29
  # -------------------------------------------------------------------
30
  REPO_ID = "samdurai102024/predictive-maintenance-be"
31
- FILENAME = "best_predictive_maintenance_prediction_v1.joblib"
32
 
33
  logger.info("Downloading model from Hugging Face Hub...")
34
  model_path = hf_hub_download(
 
28
  # Load Model
29
  # -------------------------------------------------------------------
30
  REPO_ID = "samdurai102024/predictive-maintenance-be"
31
+ FILENAME = "production/model.joblib"
32
 
33
  logger.info("Downloading model from Hugging Face Hub...")
34
  model_path = hf_hub_download(