Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -12,7 +12,7 @@ def face_crop(image, face_rect):
|
|
12 |
x2 = face_rect.get('x2')
|
13 |
y2 = face_rect.get('y2')
|
14 |
width = x2 - x1 + 1
|
15 |
-
height = y2 -
|
16 |
|
17 |
|
18 |
if x1 < 0:
|
|
|
12 |
x2 = face_rect.get('x2')
|
13 |
y2 = face_rect.get('y2')
|
14 |
width = x2 - x1 + 1
|
15 |
+
height = y2 - y1 + 1
|
16 |
|
17 |
|
18 |
if x1 < 0:
|