Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ def greet(description,color,features,occasion,type_,face):
|
|
78 |
cross_attention_kwargs={"scale": 1.0}
|
79 |
).images[0]
|
80 |
|
81 |
-
if(face != 'Normal'):
|
82 |
-
|
83 |
|
84 |
return image
|
85 |
|
|
|
78 |
cross_attention_kwargs={"scale": 1.0}
|
79 |
).images[0]
|
80 |
|
81 |
+
#if(face != 'Normal'):
|
82 |
+
# image = face_swap(face, image)
|
83 |
|
84 |
return image
|
85 |
|