Skip to content

Commit 82009a0

Browse files
committed
fix: ajusta nome do modelo
1 parent baafa9b commit 82009a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

api/app/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import json
88

99
router = APIRouter()
10-
model_path = MODELS_DIR / "svc_model.joblib"
10+
model_path = MODELS_DIR / "model.joblib"
1111

1212

1313
@router.post("/predict", response_model=PredictionResponse)

artifacts/models/svc_model.joblib

-5.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)