Catmeow commited on
Commit
c97a051
Β·
1 Parent(s): 6d08890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ def generate(img):
110
  return out
111
 
112
 
113
- title = "Face from Photo into paint"
114
- description = "Upload a photo, this Ai will detect and transfer only the face into cartoon/anime painting style. If cannot detect face, try edit button on the right side. Good for Avatar size. Output will be two results from different models"
115
  article = "Examples are from Internet"
116
 
117
  Example=[['Example01.jpg'],['Example02.jpg'],['Example03.jpg']]
 
110
  return out
111
 
112
 
113
+ title = "Face from Photo into Handed-paint"
114
+ description = "Upload a photo, this Ai will detect and transfer only the main face into cartoon/anime handed painting style. (If cannot detect face, try the edit button to crop the photo manually on the right corner of the picture.)"
115
  article = "Examples are from Internet"
116
 
117
  Example=[['Example01.jpg'],['Example02.jpg'],['Example03.jpg']]