d0ae0ec d1e02d2 c093cb0 d1e02d2
1
2
3
4
5
6
from transformers import pipeline import torch import torch.nn.functional as TF import streamlit as st classifier = pipeline("sentiment-analysis")