remove duplicate title
Browse files
main.py
CHANGED
@@ -8,9 +8,8 @@ from transformers import DetrImageProcessor, DetrForObjectDetection
|
|
8 |
import torch
|
9 |
|
10 |
|
11 |
-
app = FastAPI(title="
|
12 |
docs_url="/",
|
13 |
-
title = 'Object Detection',
|
14 |
description="Object detection in Image")
|
15 |
|
16 |
|
|
|
8 |
import torch
|
9 |
|
10 |
|
11 |
+
app = FastAPI(title="Object Detection",
|
12 |
docs_url="/",
|
|
|
13 |
description="Object detection in Image")
|
14 |
|
15 |
|