Spaces:
Sleeping
Sleeping
Commit ·
6d62efb
1
Parent(s): 7dbcff1
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def swapi(imagen):
|
|
| 24 |
faces_user = app.get(img_user)
|
| 25 |
|
| 26 |
# Use another image "background1" for modifications
|
| 27 |
-
img_background = cv2.imread('
|
| 28 |
faces_background = app.get(img_background)
|
| 29 |
|
| 30 |
# Assuming the user image has a face and we are using its features
|
|
|
|
| 24 |
faces_user = app.get(img_user)
|
| 25 |
|
| 26 |
# Use another image "background1" for modifications
|
| 27 |
+
img_background = cv2.imread('background1.jpg')
|
| 28 |
faces_background = app.get(img_background)
|
| 29 |
|
| 30 |
# Assuming the user image has a face and we are using its features
|