spaCy How to use Cogoport/en_Spacy_Custom_ner with spaCy:
!pip install https://huggingface.co/Cogoport/en_Spacy_Custom_ner/resolve/main/en_Spacy_Custom_ner-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("en_Spacy_Custom_ner")
# Importing as module.
import en_Spacy_Custom_ner
nlp = en_Spacy_Custom_ner.load()