Spaces:
Sleeping
Sleeping
Update pages/2_Player_Comparison_Throw_Image.py
Browse files
pages/2_Player_Comparison_Throw_Image.py
CHANGED
|
@@ -9,7 +9,7 @@ import plotly.express as px
|
|
| 9 |
# Load models and data
|
| 10 |
@st.cache_resource
|
| 11 |
def load_model():
|
| 12 |
-
return joblib.load("svc_face_classifier(1).pkl")
|
| 13 |
|
| 14 |
@st.cache_resource
|
| 15 |
def load_label_encoder():
|
|
|
|
| 9 |
# Load models and data
|
| 10 |
@st.cache_resource
|
| 11 |
def load_model():
|
| 12 |
+
return joblib.load("svc_face_classifier (1).pkl")
|
| 13 |
|
| 14 |
@st.cache_resource
|
| 15 |
def load_label_encoder():
|