hysts HF staff commited on
Commit
926874d
1 Parent(s): e8b5602

Add visitor badge

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ from ibug.face_detection import RetinaFacePredictor, S3FDPredictor
21
 
22
  TITLE = 'ibug-group/face_detection'
23
  DESCRIPTION = 'This is an unofficial demo for https://github.com/ibug-group/face_detection.'
24
- ARTICLE = None
25
 
26
 
27
  def parse_args() -> argparse.Namespace:
 
21
 
22
  TITLE = 'ibug-group/face_detection'
23
  DESCRIPTION = 'This is an unofficial demo for https://github.com/ibug-group/face_detection.'
24
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.ibug-face_detection" alt="visitor badge"/></center>'
25
 
26
 
27
  def parse_args() -> argparse.Namespace: