Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored and knative-prow-robot committed Dec 29, 2024
1 parent cd5c010 commit 3165d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def predict(
default=[[5.2, 2.3, 5.0, 0.7]]
),
) -> np.ndarray:
return self.artifacts.model.predict(df)
return self.model.predict(df)

0 comments on commit 3165d87

Please sign in to comment.