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

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,9 +19,8 @@ sys.path.insert(0, 'face_detection')
19
 
20
  from ibug.face_detection import RetinaFacePredictor, S3FDPredictor
21
 
22
- REPO_URL = 'https://github.com/ibug-group/face_detection'
23
  TITLE = 'ibug-group/face_detection'
24
- DESCRIPTION = f'This is a demo for {REPO_URL}.'
25
  ARTICLE = None
26
 
27
 
 
19
 
20
  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