hysts HF staff commited on
Commit
80ad624
·
1 Parent(s): 516d9b1

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 = f'This is a demo for {REPO_URL}.'
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']