sarim commited on
Commit
addde62
·
1 Parent(s): de5f953

remove duplicate title

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -8,9 +8,8 @@ from transformers import DetrImageProcessor, DetrForObjectDetection
8
  import torch
9
 
10
 
11
- app = FastAPI(title="ReceiptOCR",
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