hysts HF staff commited on
Commit
2263890
1 Parent(s): 2cff317

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,9 +34,8 @@ sys.path.insert(0, 'insightface/detection/scrfd')
34
 
35
  from mmdet.apis import inference_detector, init_detector, show_result_pyplot
36
 
37
- REPO_URL = 'https://github.com/deepinsight/insightface/tree/master/detection/scrfd'
38
  TITLE = 'insightface Face Detection (SCRFD)'
39
- DESCRIPTION = f'This is a demo for {REPO_URL}.'
40
  ARTICLE = None
41
 
42
  TOKEN = os.environ['TOKEN']
 
34
 
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 = None
40
 
41
  TOKEN = os.environ['TOKEN']