Spaces:
Runtime error
Runtime error
Update description
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ sys.path.insert(0, 'insightface/detection/scrfd')
|
|
35 |
from mmdet.apis import inference_detector, init_detector, show_result_pyplot
|
36 |
|
37 |
TITLE = 'insightface Face Detection (SCRFD)'
|
38 |
-
DESCRIPTION = 'This is
|
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']
|
|
|
35 |
from mmdet.apis import inference_detector, init_detector, show_result_pyplot
|
36 |
|
37 |
TITLE = 'insightface Face Detection (SCRFD)'
|
38 |
+
DESCRIPTION = 'This is an unofficial 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']
|