e1e9d81
1
2
3
4
5
from transformers import pipeline pipe = pipeline("sentiment-analysis") print(pipe(input))