Skip to content

Commit fc0fb4a

Browse files
committed
read from storage
1 parent 52d8050 commit fc0fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if os.path.exists(MODEL_PATH):
1111
model = joblib.load(MODEL_PATH)
1212
else:
13-
print("No model found yet. Run fraud-trainer svc to generate a model.")
13+
print("No model found yet. Run fraud-trainer svc to generate a model...")
1414

1515
@app.get("/predict")
1616
def predict(amount: float = Query(..., description="Transaction amount")):

0 commit comments

Comments
 (0)