Apex-X commited on
Commit
643213b
·
1 Parent(s): 00ad1fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import os
15
  from PIL import Image
16
 
17
 
18
- def swap_face(source_file, target_file,FaceEnhancer):
19
 
20
  source_path = "input.jpg"
21
  target_path = "target.jpg"
 
15
  from PIL import Image
16
 
17
 
18
+ def swap_face(source_file, target_file,doFaceEnhancer):
19
 
20
  source_path = "input.jpg"
21
  target_path = "target.jpg"