Spaces:
Runtime error
Runtime error
updates hearder information
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ from model import AppModel
|
|
26 |
|
27 |
## Edit and
|
28 |
DESCRIPTION = """# MMDetection
|
29 |
-

|
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.
|
|
|
26 |
|
27 |
## Edit and
|
28 |
DESCRIPTION = """# MMDetection
|
29 |
+

|
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.
|