hysts HF Staff commited on
Commit
fc94951
·
1 Parent(s): ec184a2

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = None
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'