Update app.py
Browse files
app.py
CHANGED
|
@@ -136,9 +136,9 @@ def setsample(image):
|
|
| 136 |
# run.click(fn=inference, inputs=inp, outputs=out)
|
| 137 |
title = "GANs N' Roses"
|
| 138 |
description = """Convert real-life face images into diverse anime versions of themselves. Use the default sample image or replace the input
|
| 139 |
-
by first clicking X then dragging a new image into the Input box. Crop the image by
|
| 140 |
-
into an anime version. Click <b>Clear</b> to clear the
|
| 141 |
-
article = """<p>GANs N' Roses (GNR) is an image-to-image framework for face images that uses a
|
| 142 |
<b>Content</b> is defined as what changes when a augmentations are applied to a face image. <b>Style</b> is defined as what does not change when augmentations
|
| 143 |
are applied to a face image.</p>
|
| 144 |
<p>GNR's implementation borrows heavily from StyleGAN2; however, adversarial loss is derived from the introduced content and style definitions, ensuring diversity of
|
|
|
|
| 136 |
# run.click(fn=inference, inputs=inp, outputs=out)
|
| 137 |
title = "GANs N' Roses"
|
| 138 |
description = """Convert real-life face images into diverse anime versions of themselves. Use the default sample image or replace the input
|
| 139 |
+
by first clicking X then dragging a new image into the Input box. Crop the image by clicking the pen tool. Click <b>Run</b> to transform the input
|
| 140 |
+
into an anime version. Click <b>Clear</b> to clear the output box. Try running it multiple times for different anime styles!"""
|
| 141 |
+
article = """<p>GANs N' Roses (GNR) is an image-to-image framework for face images that uses a multi-modal approach with novel definitions for content and style.
|
| 142 |
<b>Content</b> is defined as what changes when a augmentations are applied to a face image. <b>Style</b> is defined as what does not change when augmentations
|
| 143 |
are applied to a face image.</p>
|
| 144 |
<p>GNR's implementation borrows heavily from StyleGAN2; however, adversarial loss is derived from the introduced content and style definitions, ensuring diversity of
|