hysts HF staff commited on
Commit
9bc4359
1 Parent(s): 2263890

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ from mmdet.apis import inference_detector, init_detector, show_result_pyplot
36
 
37
  TITLE = 'insightface Face Detection (SCRFD)'
38
  DESCRIPTION = 'This is a demo for https://github.com/deepinsight/insightface/tree/master/detection/scrfd.'
39
- ARTICLE = None
40
 
41
  TOKEN = os.environ['TOKEN']
42
 
 
36
 
37
  TITLE = 'insightface Face Detection (SCRFD)'
38
  DESCRIPTION = 'This is a demo for https://github.com/deepinsight/insightface/tree/master/detection/scrfd.'
39
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.insightface-scrfd" alt="visitor badge"/></center>'
40
 
41
  TOKEN = os.environ['TOKEN']
42