Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ def recognize_faces(img):
|
|
54 |
cv2.rectangle(image, (x1, y2 - 35), (x2, y2), (0, 255, 0), cv2.FILLED)
|
55 |
cv2.putText(image, name, (x1 + 6, y2 - 6), cv2.FONT_HERSHEY_COMPLEX, 1, (255, 255, 255), 2)
|
56 |
|
|
|
57 |
return image
|
58 |
|
59 |
# Create Gradio interface
|
|
|
54 |
cv2.rectangle(image, (x1, y2 - 35), (x2, y2), (0, 255, 0), cv2.FILLED)
|
55 |
cv2.putText(image, name, (x1 + 6, y2 - 6), cv2.FONT_HERSHEY_COMPLEX, 1, (255, 255, 255), 2)
|
56 |
|
57 |
+
print(name)
|
58 |
return image
|
59 |
|
60 |
# Create Gradio interface
|