WebashalarForML commited on
Commit
3129d84
·
verified ·
1 Parent(s): e340908

Update utils/model.py

Browse files
Files changed (1) hide show
  1. utils/model.py +1 -0
utils/model.py CHANGED
@@ -41,6 +41,7 @@ def train_model(epochs, model_path):
41
  ]
42
 
43
  # Add labels to the NER component
 
44
  for label in labels:
45
  ner.add_label(label)
46
 
 
41
  ]
42
 
43
  # Add labels to the NER component
44
+ # Add labels to the NER component
45
  for label in labels:
46
  ner.add_label(label)
47