Update description
Browse files
app.py
CHANGED
@@ -18,9 +18,8 @@ import insightface
|
|
18 |
import numpy as np
|
19 |
import onnxruntime as ort
|
20 |
|
21 |
-
REPO_URL = 'https://github.com/deepinsight/insightface/tree/master/examples/person_detection'
|
22 |
TITLE = 'insightface Person Detection'
|
23 |
-
DESCRIPTION =
|
24 |
ARTICLE = None
|
25 |
|
26 |
TOKEN = os.environ['TOKEN']
|
|
|
18 |
import numpy as np
|
19 |
import onnxruntime as ort
|
20 |
|
|
|
21 |
TITLE = 'insightface Person Detection'
|
22 |
+
DESCRIPTION = 'This is an unofficial demo for https://github.com/deepinsight/insightface/tree/master/examples/person_detection.'
|
23 |
ARTICLE = None
|
24 |
|
25 |
TOKEN = os.environ['TOKEN']
|