3v324v23 commited on
Commit
87dce82
·
1 Parent(s): b93f141
Files changed (1) hide show
  1. app.py +1 -1
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 / 'label_encoder_rf.pkl'
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 = {