penpen commited on
Commit
ed27073
1 Parent(s): 223bd11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def process_image(input_img,input_age,output_age):
189
  output = Image.fromarray(output)
190
  return output
191
 
192
- description="Enter age of input image and desired age. Crop out face. Better results on high resolution."
193
 
194
 
195
 
 
189
  output = Image.fromarray(output)
190
  return output
191
 
192
+ description="Enter age of input image and desired age. Crop out face. Better results on high resolution (512x512 face). To avoid background/hair artifacts, use with a face parser."
193
 
194
 
195