Spaces:
Running
Running
Update app.py
Browse files
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 |
|