hysts HF Staff commited on
Commit
f89602d
·
1 Parent(s): 39a84cf

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import torch.nn.functional as F
18
  ORIGINAL_REPO_URL = 'https://github.com/yu4u/age-estimation-pytorch'
19
  TITLE = 'yu4u/age-estimation-pytorch'
20
  DESCRIPTION = f'This is an unofficial demo for {ORIGINAL_REPO_URL}.'
21
- ARTICLE = None
22
 
23
  TOKEN = os.environ['TOKEN']
24
  MODEL_REPO = 'hysts/yu4u-age-estimation-pytorch'
 
18
  ORIGINAL_REPO_URL = 'https://github.com/yu4u/age-estimation-pytorch'
19
  TITLE = 'yu4u/age-estimation-pytorch'
20
  DESCRIPTION = f'This is an unofficial demo for {ORIGINAL_REPO_URL}.'
21
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.age-estimation-appa-real" alt="visitor badge"/></center>'
22
 
23
  TOKEN = os.environ['TOKEN']
24
  MODEL_REPO = 'hysts/yu4u-age-estimation-pytorch'