Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def FaceDetect(img):
|
|
122 |
if p not in resultPathsList:
|
123 |
resultPathsList.append(p)
|
124 |
for p in resultPathsList:
|
125 |
-
|
126 |
|
127 |
|
128 |
|
|
|
122 |
if p not in resultPathsList:
|
123 |
resultPathsList.append(p)
|
124 |
for p in resultPathsList:
|
125 |
+
print(p)
|
126 |
|
127 |
|
128 |
|