Ahsen Khaliq commited on
Commit
8c17dc6
1 Parent(s): 836ff97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -21,9 +21,6 @@ from e4e_projection import projection as e4e_projection
21
  from copy import deepcopy
22
  import imageio
23
 
24
- os.makedirs('inversion_codes', exist_ok=True)
25
- os.makedirs('style_images', exist_ok=True)
26
- os.makedirs('style_images_aligned', exist_ok=True)
27
  os.makedirs('models', exist_ok=True)
28
 
29
  os.system("wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2")
 
21
  from copy import deepcopy
22
  import imageio
23
 
 
 
 
24
  os.makedirs('models', exist_ok=True)
25
 
26
  os.system("wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2")