Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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("/")
|