Sonny4Sonnix commited on
Commit
69c141d
·
1 Parent(s): e05647f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -35,7 +35,7 @@ class InputFeatures(BaseModel):
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
 
 
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