Commit
·
99f64d5
1
Parent(s):
56271c1
Update main.py
Browse files
main.py
CHANGED
@@ -36,7 +36,7 @@ model_input = joblib.load("model_1.joblib")
|
|
36 |
|
37 |
|
38 |
@app.post("/sepsis_prediction")
|
39 |
-
|
40 |
input:model_input
|
41 |
):
|
42 |
#Numeric Features
|
|
|
36 |
|
37 |
|
38 |
@app.post("/sepsis_prediction")
|
39 |
+
async def predict(
|
40 |
input:model_input
|
41 |
):
|
42 |
#Numeric Features
|