hysts
commited on
Commit
•
26207f1
1
Parent(s):
9d2b7bb
Update description
Browse files
app.py
CHANGED
@@ -18,11 +18,12 @@ sys.path.insert(0, 'StyleGAN-Human')
|
|
18 |
|
19 |
TITLE = 'StyleGAN-Human (Interpolation)'
|
20 |
DESCRIPTION = '''This is an unofficial demo for https://github.com/stylegan-human/StyleGAN-Human.
|
21 |
-
|
|
|
22 |
|
23 |
Related App: [StyleGAN-Human](https://huggingface.co/spaces/hysts/StyleGAN-Human)
|
24 |
'''
|
25 |
-
ARTICLE =
|
26 |
|
27 |
TOKEN = os.environ['TOKEN']
|
28 |
|
|
|
18 |
|
19 |
TITLE = 'StyleGAN-Human (Interpolation)'
|
20 |
DESCRIPTION = '''This is an unofficial demo for https://github.com/stylegan-human/StyleGAN-Human.
|
21 |
+
|
22 |
+
Expected execution time on Hugging Face Spaces: 0.8s for one image
|
23 |
|
24 |
Related App: [StyleGAN-Human](https://huggingface.co/spaces/hysts/StyleGAN-Human)
|
25 |
'''
|
26 |
+
ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.stylegan-human-interpolation" alt="visitor badge"/></center>'
|
27 |
|
28 |
TOKEN = os.environ['TOKEN']
|
29 |
|