hysts HF staff commited on
Commit
6eabff1
·
1 Parent(s): 80ad624

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ import onnxruntime as ort
20
 
21
  TITLE = 'insightface Person Detection'
22
  DESCRIPTION = 'This is an unofficial demo for https://github.com/deepinsight/insightface/tree/master/examples/person_detection.'
23
- ARTICLE = None
24
 
25
  TOKEN = os.environ['TOKEN']
26
 
 
20
 
21
  TITLE = 'insightface Person Detection'
22
  DESCRIPTION = 'This is an unofficial demo for https://github.com/deepinsight/insightface/tree/master/examples/person_detection.'
23
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.insightface-person-detection" alt="visitor badge"/></center>'
24
 
25
  TOKEN = os.environ['TOKEN']
26