Ahsen Khaliq commited on
Commit
d8e7405
1 Parent(s): 474b6cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -36,8 +36,7 @@ os.system("mv shape_predictor_68_face_landmarks.dat models/dlibshape_predictor_6
36
 
37
  device = 'cpu'
38
 
39
- os.system("gdown https://drive.google.com/uc?id=1-AG7JPTWc9REBrkll3OyEpZwSOWhlX0j")
40
-
41
 
42
  latent_dim = 512
43
 
 
36
 
37
  device = 'cpu'
38
 
39
+ os.system("gdown https://drive.google.com/uc?id=1_cTsjqzD_X9DK3t3IZE53huKgnzj_btZ")
 
40
 
41
  latent_dim = 512
42