hysts HF staff commited on
Commit
d4caca0
1 Parent(s): 88298b8

Update description

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -17,7 +17,10 @@ from huggingface_hub import hf_hub_download
17
  sys.path.insert(0, 'StyleGAN-Human')
18
 
19
  TITLE = 'StyleGAN-Human'
20
- DESCRIPTION = 'This is a demo for https://github.com/stylegan-human/StyleGAN-Human.'
 
 
 
21
  ARTICLE = None
22
 
23
  TOKEN = os.environ['TOKEN']
 
17
  sys.path.insert(0, 'StyleGAN-Human')
18
 
19
  TITLE = 'StyleGAN-Human'
20
+ DESCRIPTION = '''This is a demo for https://github.com/stylegan-human/StyleGAN-Human.
21
+
22
+ Related App: [StyleGAN-Human (Interpolation)](https://huggingface.co/spaces/hysts/StyleGAN-Human-Interpolation)
23
+ '''
24
  ARTICLE = None
25
 
26
  TOKEN = os.environ['TOKEN']