Catmeow commited on
Commit
33e1b1c
β€’
1 Parent(s): 45e152d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 painting style. Output will be two results from different models"
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,