hysts HF staff commited on
Commit
ea10cf7
1 Parent(s): 9bc4359

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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']
 
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']