akhaliq HF staff commited on
Commit
e4946b6
1 Parent(s): c41263f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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