LucyintheSky commited on
Commit
e71201e
·
1 Parent(s): 06daf47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'white background '
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)