Spaces:
Sleeping
Sleeping
add model
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from PIL import Image
|
|
| 16 |
# Paths to model files
|
| 17 |
PROJECT_DIR = Path(__file__).parent
|
| 18 |
MODEL_FILE = PROJECT_DIR / 'face_shape_model.pkl'
|
| 19 |
-
LABEL_ENCODER_FILE = PROJECT_DIR / '
|
| 20 |
|
| 21 |
# Face shape descriptions for user-friendly output
|
| 22 |
FACE_SHAPE_INFO = {
|
|
|
|
| 16 |
# Paths to model files
|
| 17 |
PROJECT_DIR = Path(__file__).parent
|
| 18 |
MODEL_FILE = PROJECT_DIR / 'face_shape_model.pkl'
|
| 19 |
+
LABEL_ENCODER_FILE = PROJECT_DIR / 'label_encoder.pkl'
|
| 20 |
|
| 21 |
# Face shape descriptions for user-friendly output
|
| 22 |
FACE_SHAPE_INFO = {
|