Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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']]
|