Niharmahesh commited on
Commit
54ebb43
·
verified ·
1 Parent(s): 4b78090

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -2,7 +2,7 @@ import joblib
2
  import pandas as pd
3
  import numpy as np
4
  from landmarks import normalize_landmarks, calculate_angles
5
-
6
  @st.cache_resource
7
  def load_model():
8
  """Load the pre-trained Random Forest model."""
 
2
  import pandas as pd
3
  import numpy as np
4
  from landmarks import normalize_landmarks, calculate_angles
5
+ import streamlit as st
6
  @st.cache_resource
7
  def load_model():
8
  """Load the pre-trained Random Forest model."""