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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -3
main.py CHANGED
@@ -36,9 +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
43
 
44
  num_features = [['Plasma glucose','Blood Work Result-1','Blood Pressure,
 
36
 
37
 
38
  @app.post("/sepsis_prediction")
39
+ async def predict(input:model_input):
 
 
40
  #Numeric Features
41
 
42
  num_features = [['Plasma glucose','Blood Work Result-1','Blood Pressure,