Add visitor badge
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ from _util.twodee_v0 import I as ImageWrapper
|
|
25 |
|
26 |
TITLE = 'ShuhongChen/bizarre-pose-estimator (segmenter)'
|
27 |
DESCRIPTION = 'This is an unofficial demo for https://github.com/ShuhongChen/bizarre-pose-estimator.'
|
28 |
-
ARTICLE =
|
29 |
|
30 |
TOKEN = os.environ['TOKEN']
|
31 |
MODEL_REPO = 'hysts/bizarre-pose-estimator-models'
|
|
|
25 |
|
26 |
TITLE = 'ShuhongChen/bizarre-pose-estimator (segmenter)'
|
27 |
DESCRIPTION = 'This is an unofficial demo for https://github.com/ShuhongChen/bizarre-pose-estimator.'
|
28 |
+
ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.bizarre-pose-estimator-segmenter" alt="visitor badge"/></center>'
|
29 |
|
30 |
TOKEN = os.environ['TOKEN']
|
31 |
MODEL_REPO = 'hysts/bizarre-pose-estimator-models'
|