Genzo1010 commited on
Commit
7adee70
·
verified ·
1 Parent(s): 11fe666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ async def perform_ocr(file: UploadFile = File(...)):
79
  async def test_call():
80
  return {"message": "Hi. I'm running"}
81
 
82
- import unvicorn
83
 
84
  # Main entry point
85
  if __name__ == "__main__":
 
79
  async def test_call():
80
  return {"message": "Hi. I'm running"}
81
 
82
+ import uvicorn
83
 
84
  # Main entry point
85
  if __name__ == "__main__":