Upload README.md 3fa990f
Omar Sanseviero commited on
How to use osanseviero/test123 with spaCy:
!pip install https://huggingface.co/osanseviero/test123/resolve/main/test123-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("test123")
# Importing as module.
import test123
nlp = test123.load()