my_finance_app / finance.py
Khushter's picture
Create finance.py
70fa42d
import as
from transformers import pipeline
pipe pipeline(' sentiment-analysis • )
text = ' enter some text! )
if text:
out pipe(text)
(out)