zoya23 commited on
Commit
a10cec3
·
verified ·
1 Parent(s): 57c9193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import joblib # use joblib instead of pickle
4
 
5
  # Load model with joblib
6
- model = joblib.load("log_reg_model.pkl")
7
 
8
  st.title("AI Sleep State Detection")
9
  st.markdown("Enter **angle** and **enmo** to predict the sleep state:")
 
3
  import joblib # use joblib instead of pickle
4
 
5
  # Load model with joblib
6
+ model = joblib.load("random_forest_model.pkl")
7
 
8
  st.title("AI Sleep State Detection")
9
  st.markdown("Enter **angle** and **enmo** to predict the sleep state:")