sentiment / app.py
KhaledAB2023's picture
Rename 1_sentiment_skeleton.py to app.py
c9ca165 verified
raw
history blame
92 Bytes
from transformers import pipeline
pipe = pipeline("sentiment-analysis")
print(pipe(input))