omkar56 commited on
Commit
7050f20
·
1 Parent(s): 9115937

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -89,7 +89,7 @@ def read_img(img):
89
  print("[img]", img)
90
  # text = pytesseract.image_to_string(img)
91
  text = 'bhooo'
92
- return(text)
93
 
94
  app = FastAPI()
95
  class ImageType(BaseModel):
 
89
  print("[img]", img)
90
  # text = pytesseract.image_to_string(img)
91
  text = 'bhooo'
92
+ return(text)
93
 
94
  app = FastAPI()
95
  class ImageType(BaseModel):