Spaces:
Runtime error
Runtime error
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'
|
| 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']
|