Spaces:
Runtime error
Runtime error
prathmeshrmadhu
commited on
Commit
·
2d73c11
1
Parent(s):
3022bd0
trying to change path for feature image4
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from model import AppModel
|
|
26 |
DESCRIPTION = '''# MMDetection
|
27 |
|
28 |
This is an unofficial demo for Object detection on olfactory objects.
|
29 |
-
<img id="overview" alt="overview" src="https://images.rkd.nl/rkd/thumb/650x650/7a734fa6-0a2b-aac0-8f2f-d3063de3a176.jpg"
|
30 |
'''
|
31 |
|
32 |
DEFAULT_MODEL_TYPE = 'detection'
|
|
|
26 |
DESCRIPTION = '''# MMDetection
|
27 |
|
28 |
This is an unofficial demo for Object detection on olfactory objects.
|
29 |
+
<img id="overview" alt="overview" src="https://images.rkd.nl/rkd/thumb/650x650/7a734fa6-0a2b-aac0-8f2f-d3063de3a176.jpg" />
|
30 |
'''
|
31 |
|
32 |
DEFAULT_MODEL_TYPE = 'detection'
|