nickmuchi commited on
Commit
100890e
1 Parent(s): cf69e9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -388,7 +388,7 @@ def get_ner_pipeline():
388
 
389
  # Load all different models (cached) at start time of the hugginface space
390
  sentence_embedding_model = get_sentence_embedding_model()
391
- ner_model = get_transformer_pipeline()
392
  nlp = get_spacy()
393
 
394
  #Streamlit App
 
388
 
389
  # Load all different models (cached) at start time of the hugginface space
390
  sentence_embedding_model = get_sentence_embedding_model()
391
+ ner_model = get_ner_pipeline()
392
  nlp = get_spacy()
393
 
394
  #Streamlit App