Update app.py
Browse files
app.py
CHANGED
|
@@ -521,7 +521,6 @@ def _get_ocr_characters_to_image(
|
|
| 521 |
raw_faces = _get_face_embedding(image)
|
| 522 |
informacion_image_dict = json.loads(informacion_image)
|
| 523 |
face_col = json.loads(face_col)
|
| 524 |
-
print(face_col)
|
| 525 |
faces_detected = []
|
| 526 |
if raw_faces != None:
|
| 527 |
for f in raw_faces:
|
|
|
|
| 521 |
raw_faces = _get_face_embedding(image)
|
| 522 |
informacion_image_dict = json.loads(informacion_image)
|
| 523 |
face_col = json.loads(face_col)
|
|
|
|
| 524 |
faces_detected = []
|
| 525 |
if raw_faces != None:
|
| 526 |
for f in raw_faces:
|