Skip to content

Commit

Permalink
laest codde
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitesh committed Oct 25, 2023
1 parent 1707661 commit 6bd38f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/spam_model.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class DummyModel:

model = DummyModel()
with open("models/spam_model.pkl", "wb") as f:
pickle.dump(model, f)
pickle.dump(model, f)

0 comments on commit 6bd38f2

Please sign in to comment.