hysts
commited on
Commit
•
cbcb4f0
1
Parent(s):
e858292
Update description
Browse files
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 (Interpolation)'
|
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 (Interpolation)'
|
20 |
+
DESCRIPTION = '''This is a demo for https://github.com/stylegan-human/StyleGAN-Human.
|
21 |
+
|
22 |
+
Related App: [StyleGAN-Human](https://huggingface.co/spaces/hysts/StyleGAN-Human)
|
23 |
+
'''
|
24 |
ARTICLE = None
|
25 |
|
26 |
TOKEN = os.environ['TOKEN']
|