Calistus commited on
Commit
df028d2
1 Parent(s): c8d863e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -3
main.py CHANGED
@@ -11,9 +11,7 @@ model = joblib.load('pipelin.pkl')
11
 
12
  # Create a FASTAPI app
13
  app = FastAPI(
14
- title="Sepsis Prediction API",
15
- description="This API predicts the probability of a patient having sepsis based on their vitals.",
16
- version="1.0",
17
  )
18
 
19
  @app.get("/")
 
11
 
12
  # Create a FASTAPI app
13
  app = FastAPI(
14
+ title="Sepsis Prediction API"
 
 
15
  )
16
 
17
  @app.get("/")