Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,6 @@ def projection(img, name, device='cuda'):
|
|
| 67 |
|
| 68 |
os.system("wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2")
|
| 69 |
os.system("bzip2 -dk shape_predictor_68_face_landmarks.dat.bz2")
|
| 70 |
-
os.system("mv shape_predictor_68_face_landmarks.dat models/dlibshape_predictor_68_face_landmarks.dat")
|
| 71 |
|
| 72 |
|
| 73 |
|
|
|
|
| 67 |
|
| 68 |
os.system("wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2")
|
| 69 |
os.system("bzip2 -dk shape_predictor_68_face_landmarks.dat.bz2")
|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
|