blesot commited on
Commit
8ca1b0d
·
1 Parent(s): 8b48698

updates hearder information

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,9 +26,10 @@ from model import AppModel
26
 
27
  ## Edit and
28
  DESCRIPTION = """# MMDetection
 
29
  This is an unofficial demo for [https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection).
30
  With this demo, object detection using the Mask R-CNN & Faster R-CNN model can be performed.
31
- The demo uses the [mmcv](https://github.com/open-mmlab/mmcv) library.You can upload image files, or use the example files below.
32
  For more information on the Models, find some helpful resources below.
33
  - Pretrained model from [OpenMMlab](https://github.com/open-mmlab/mmdetection)
34
  - [Faster R-CNN Paper: Towards Real-Time Object
 
26
 
27
  ## Edit and
28
  DESCRIPTION = """# MMDetection
29
+ ![Image](https://user-images.githubusercontent.com/12907710/137271636-56ba1cd2-b110-4812-8221-b4c120320aa9.png)
30
  This is an unofficial demo for [https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection).
31
  With this demo, object detection using the Mask R-CNN & Faster R-CNN model can be performed.
32
+ You can upload image files, or use the example files below.
33
  For more information on the Models, find some helpful resources below.
34
  - Pretrained model from [OpenMMlab](https://github.com/open-mmlab/mmdetection)
35
  - [Faster R-CNN Paper: Towards Real-Time Object