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