Skip to content

Commit

Permalink
Update try_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Aug 20, 2023
1 parent a51ebd9 commit 48f31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-learn/try_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import spacy

# Load your trained model
nlp = spacy.load("custom_ner_model2")
nlp = spacy.load("custom_ner_model")

def machine_learn(text):
# Process the text with the loaded model
Expand Down

0 comments on commit 48f31ef

Please sign in to comment.