hysts commited on
Commit
26207f1
1 Parent(s): 9d2b7bb

Update description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- (Expected Execution Time on Hugging Face Spaces: 0.8s for one image)
 
22
 
23
  Related App: [StyleGAN-Human](https://huggingface.co/spaces/hysts/StyleGAN-Human)
24
  '''
25
- ARTICLE = None
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