Fix the code snippet to refer to the actual URL of the model

#9

The How To code snippet currently says
classifier = pipeline("sentiment-analysis", model="michellejieli/NSFW_text_classification")
This leads to errors when invoking the model
The 'NSFW_text_classification' should be replaced with NSFW_text_classifier

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment