Spaces:
Running
on
Zero
Running
on
Zero
Update description
Browse files
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 =
|
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 |
|