Spaces:
Runtime error
Runtime error
Update description
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from huggingface_hub import hf_hub_download
|
|
17 |
sys.path.insert(0, 'StyleGAN-Human')
|
18 |
|
19 |
TITLE = 'StyleGAN-Human'
|
20 |
-
DESCRIPTION = '''This is
|
21 |
|
22 |
Related App: [StyleGAN-Human (Interpolation)](https://huggingface.co/spaces/hysts/StyleGAN-Human-Interpolation)
|
23 |
'''
|
|
|
17 |
sys.path.insert(0, 'StyleGAN-Human')
|
18 |
|
19 |
TITLE = 'StyleGAN-Human'
|
20 |
+
DESCRIPTION = '''This is an unofficial 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 |
'''
|