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