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