Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import os
|
|
15 |
from PIL import Image
|
16 |
|
17 |
|
18 |
-
def swap_face(source_file, target_file,
|
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"
|