Update tasks/image.py
Browse files- tasks/image.py +1 -1
tasks/image.py
CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
|
|
14 |
|
15 |
router = APIRouter()
|
16 |
|
17 |
-
DESCRIPTION = "
|
18 |
ROUTE = "/image"
|
19 |
|
20 |
def parse_boxes(annotation_string):
|
|
|
14 |
|
15 |
router = APIRouter()
|
16 |
|
17 |
+
DESCRIPTION = "YOLO Smoke Detection"
|
18 |
ROUTE = "/image"
|
19 |
|
20 |
def parse_boxes(annotation_string):
|