bambadij commited on
Commit
b045af2
·
verified ·
1 Parent(s): 7cb1fdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ app = FastAPI()
8
 
9
  # Load the trained Gradient Boosting model
10
  model = joblib.load('gradient_boosting_model.pkl')
11
-
12
  # Define the input data schema
13
  class PredictionInput(BaseModel):
14
  age: int
 
8
 
9
  # Load the trained Gradient Boosting model
10
  model = joblib.load('gradient_boosting_model.pkl')
11
+ print('model',model)
12
  # Define the input data schema
13
  class PredictionInput(BaseModel):
14
  age: int