rasmodev commited on
Commit
a4c0d1a
1 Parent(s): 1ef265d

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -72,4 +72,4 @@ async def predict_sepsis(input_data: InputData):
72
  if __name__ == "__main__":
73
 
74
  # Run the FastAPI application
75
- uvicorn.run(app, host="0.0.0.0", port=8000, reload=True)
 
72
  if __name__ == "__main__":
73
 
74
  # Run the FastAPI application
75
+ uvicorn.run("app:app", reload=True)