Update app.py
Browse files
app.py
CHANGED
|
@@ -436,7 +436,7 @@ def _get_ocr_characters_to_image(
|
|
| 436 |
face_col = json.loads(face_col)
|
| 437 |
faces_detected = []
|
| 438 |
|
| 439 |
-
if
|
| 440 |
for f in raw_faces:
|
| 441 |
embedding_image = f
|
| 442 |
identity = "Desconegut"
|
|
|
|
| 436 |
face_col = json.loads(face_col)
|
| 437 |
faces_detected = []
|
| 438 |
|
| 439 |
+
if raw_faces != None:
|
| 440 |
for f in raw_faces:
|
| 441 |
embedding_image = f
|
| 442 |
identity = "Desconegut"
|