ybelkada commited on
Commit
b7c177d
1 Parent(s): b260763

modify description

Browse files
Files changed (1) hide show
  1. utils/constants.py +8 -1
utils/constants.py CHANGED
@@ -19,7 +19,14 @@ OUTPUT_LIST = [
19
  description = """
20
  <p>
21
  <center>
22
- This is an interactive demo of the CVPR2020 InterfaceGAN paper, by adding other attributes such as Hat, Bald, etc.
 
 
 
 
 
 
 
23
  </center>
24
  </p>
25
  """
 
19
  description = """
20
  <p>
21
  <center>
22
+ This is an interactive demo of an extension of the CVPR2020 InterfaceGAN paper, 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>
24
+ <li>🌾 Select the Random seed you want to use to generate the images</li>
25
+ <li>&#128450; Select the list of attributes you want to modify (of course, you can mix several attributes)</li>
26
+ <li>🔥 Submit!</li>
27
+ </ul>
28
+
29
+
30
  </center>
31
  </p>
32
  """