Spaces:
Runtime error
Runtime error
update description
Browse files- utils/constants.py +7 -6
utils/constants.py
CHANGED
@@ -19,13 +19,14 @@ OUTPUT_LIST = [
|
|
19 |
description = """
|
20 |
<p>
|
21 |
<center>
|
22 |
-
This is an interactive demo of an extension of the CVPR2020 InterfaceGAN paper
|
23 |
-
<ul>
|
24 |
-
<li>🌾 Select the Random seed you want to use to generate the images</li>
|
25 |
-
<li>🗂 Select the list of attributes you want to modify (of course, you can mix several attributes)</li>
|
26 |
-
<li
|
|
|
27 |
</ul>
|
28 |
-
|
29 |
|
30 |
</center>
|
31 |
</p>
|
|
|
19 |
description = """
|
20 |
<p>
|
21 |
<center>
|
22 |
+
This is an interactive demo of an extension of the <a href="https://genforce.github.io/interfacegan/">CVPR2020 InterfaceGAN paper</a>, by adding other attributes such as Hat, Bald, etc. to the generated images. Here is a step-by-step guide to use this interface:
|
23 |
+
<ul class="list-unstyled">
|
24 |
+
<li style="list-style-type: none;">🌾 Select the Random seed you want to use to generate the images</li>
|
25 |
+
<li style="list-style-type: none;">🗂 Select the list of attributes you want to modify (of course, you can mix several attributes)</li>
|
26 |
+
<li style="list-style-type: none;">🛠Select the coefficient of modification (higher value means stronger modification)</li>
|
27 |
+
<li style="list-style-type: none;">🔥 Submit!</li>
|
28 |
</ul>
|
29 |
+
Check the <a href="https://github.com/genforce/interfacegan">original repo</a> as well as the <a href="https://github.com/younesbelkada/interfacegan">extended version of the work</a>.
|
30 |
|
31 |
</center>
|
32 |
</p>
|