Sonny4Sonnix commited on
Commit
99f64d5
·
1 Parent(s): 56271c1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -36,7 +36,7 @@ model_input = joblib.load("model_1.joblib")
36
 
37
 
38
  @app.post("/sepsis_prediction")
39
- async def predict(
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