Spaces:
Running
Running
LucyintheSky
commited on
Commit
·
e71201e
1
Parent(s):
06daf47
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def face_swap(src_img, dest_img):
|
|
57 |
def greet(description,color,features,occasion,type_,face):
|
58 |
|
59 |
# Parse input
|
60 |
-
prompt = '
|
61 |
description = 'description:' + description.replace(' ', '-')
|
62 |
color = ' color:' + ','.join(color)
|
63 |
features = ' features:' + ','.join(features)
|
|
|
57 |
def greet(description,color,features,occasion,type_,face):
|
58 |
|
59 |
# Parse input
|
60 |
+
prompt = ''
|
61 |
description = 'description:' + description.replace(' ', '-')
|
62 |
color = ' color:' + ','.join(color)
|
63 |
features = ' features:' + ','.join(features)
|