jiinkwan commited on
Commit
fe7ab5c
·
verified ·
1 Parent(s): 0fd38aa

Upload streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -33,7 +33,7 @@ model_path = hf_hub_download(
33
 
34
  scaler_path = hf_hub_download(
35
  repo_id="jiinkwan/bmi_application", # 🔁 This should match your new model repo
36
- filename="label_scaler.keras",
37
  repo_type="space",
38
  local_dir="/tmp"
39
  )
 
33
 
34
  scaler_path = hf_hub_download(
35
  repo_id="jiinkwan/bmi_application", # 🔁 This should match your new model repo
36
+ filename="label_scaler.pkl",
37
  repo_type="space",
38
  local_dir="/tmp"
39
  )