Spaces:
Runtime error
Runtime error
Add visitor badge
Browse files
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 =
|
| 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 |
|