navoditamathur commited on
Commit
fbe4d01
·
verified ·
1 Parent(s): 06224d6

Update tasks/image.py

Browse files
Files changed (1) hide show
  1. tasks/image.py +1 -1
tasks/image.py CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
14
 
15
  router = APIRouter()
16
 
17
- DESCRIPTION = "Random Baseline"
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):