KaraSpdrnr commited on
Commit
027ca8f
·
verified ·
1 Parent(s): e764f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print(p)
126
 
127
 
128
 
 
122
  if p not in resultPathsList:
123
  resultPathsList.append(p)
124
  for p in resultPathsList:
125
+ print(p)
126
 
127
 
128