Lambang commited on
Commit
791a5a0
·
1 Parent(s): f9c21c3

update image

Browse files
hairstyle_recommendation.py CHANGED
@@ -31,8 +31,8 @@ class HairstyleRecommendation:
31
  'Diamond': ['layered_pixie_cut.jpg', 'asymmetrical_long_hair.jpg', 'layered_shag_cut.jpg'],
32
  'Square': ['should_length_bob.jpg', 'textured_pixie_cut.jpg', 'layered_shaggy_cut.jpg'],
33
  'Triangle': ['long_layers_with_volume_on_top.jpg', 'medium_length_wave.jpg', 'pixie_cut_with_soft_fringe.jpg'],
34
- 'Oblong': ['long_layers_with_swept_bangs.jpg', 'soft_waves.jpg', 'bob_hair_cut.jpg'],
35
- 'Round': ['long_layers_with_swept_bangs.jpg', 'soft_waves.jpg', 'bob_hair_cut.jpg']
36
  }}
37
 
38
  def get_recommendation(self, gender, face_shape):
 
31
  'Diamond': ['layered_pixie_cut.jpg', 'asymmetrical_long_hair.jpg', 'layered_shag_cut.jpg'],
32
  'Square': ['should_length_bob.jpg', 'textured_pixie_cut.jpg', 'layered_shaggy_cut.jpg'],
33
  'Triangle': ['long_layers_with_volume_on_top.jpg', 'medium_length_wave.jpg', 'pixie_cut_with_soft_fringe.jpg'],
34
+ 'Oblong': ['bob_hair_cut.jpg', 'pixie_cut.jpg', 'long_hair_pony_tail.jpg'],
35
+ 'Round': ['tucked_behind_ear.jpg', 'soft_waves.jpg', 'half_up_bun_cut.jpg']
36
  }}
37
 
38
  def get_recommendation(self, gender, face_shape):
static/hairstyle_image/blunt_cut.jpg ADDED
static/hairstyle_image/half_up_bun_cut.jpg ADDED
static/hairstyle_image/long_hair_pony_tail.jpg ADDED
static/hairstyle_image/pixie_cut.jpg ADDED
static/hairstyle_image/pixie_cut_with_soft_fringe.jpg ADDED
static/hairstyle_image/tucked_behind_ear.jpg ADDED