Skip to content

Commit

Permalink
Update start.py
Browse files Browse the repository at this point in the history
support Yolov4 inference
  • Loading branch information
hadikoub authored Jun 23, 2020
1 parent e001ea9 commit 01bf001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

dl_service = DeepLearningService()
error_logging = Error()
app = FastAPI(version='1.0', title='BMW InnovationLab YOLOv3 darknet inference Automation',
description="<b>API for performing YOLOv3 darknet inference</b></br></br>"
app = FastAPI(version='1.0', title='BMW InnovationLab YOLOv3-v4 darknet inference Automation',
description="<b>API for performing YOLOv3-v4 darknet inference</b></br></br>"
"<b>Contact the developers:</b></br>"
"<b>Antoine Charbel: <a href='mailto:[email protected]'>[email protected]</a></b></br>"
"<b>BMW Innovation Lab: <a href='mailto:[email protected]'>[email protected]</a></b>")
Expand Down

0 comments on commit 01bf001

Please sign in to comment.