Vignesh455 commited on
Commit
07e1899
1 Parent(s): 8bcf713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def Swap_Face(image1,image2):
20
  img1_ = image1.copy()
21
  result = swapper.get(img1_, face1, face2, paste_back=True)
22
 
23
- #_, _, result = face_enhancer.enhance(result)
24
 
25
  return result
26
 
 
20
  img1_ = image1.copy()
21
  result = swapper.get(img1_, face1, face2, paste_back=True)
22
 
23
+
24
 
25
  return result
26