Spaces:
Build error
Build error
Update model.py
Browse files
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."""
|