Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,10 +111,10 @@ def generate(img):
|
|
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. Good for Avatar
|
115 |
article = "Examples are from Internet"
|
116 |
|
117 |
-
Example=[['Example01.jpg'],['Example02.jpg']]
|
118 |
|
119 |
demo = gr.Interface(
|
120 |
generate,
|
|
|
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']]
|
118 |
|
119 |
demo = gr.Interface(
|
120 |
generate,
|