Commit
·
69c141d
1
Parent(s):
e05647f
Update main.py
Browse files
main.py
CHANGED
@@ -35,7 +35,7 @@ class InputFeatures(BaseModel):
|
|
35 |
model_input = joblib.load("model_1.joblib")
|
36 |
|
37 |
|
38 |
-
|
39 |
async def predict(input:model_input):
|
40 |
#Numeric Features
|
41 |
|
|
|
35 |
model_input = joblib.load("model_1.joblib")
|
36 |
|
37 |
|
38 |
+
@app.post("/sepsis_prediction")
|
39 |
async def predict(input:model_input):
|
40 |
#Numeric Features
|
41 |
|