omkar56 commited on
Commit
3028cd8
·
1 Parent(s): e427920

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -20,7 +20,6 @@ def get_api_key(api_key: Optional[str] = Depends(api_key_header)):
20
  return api_key
21
 
22
  @app.post("/api/ocr", response_model=dict)
23
- print("[outside]")
24
  async def ocr(
25
  # api_key: str = Depends(get_api_key),
26
  image: UploadFile = File(...),
 
20
  return api_key
21
 
22
  @app.post("/api/ocr", response_model=dict)
 
23
  async def ocr(
24
  # api_key: str = Depends(get_api_key),
25
  image: UploadFile = File(...),