Spaces:
Build error
Build error
Add visitor badge
Browse files
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 =
|
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'
|