Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|