from transformers import pipeline import torch import torch.nn.functional as TF import streamlit as st classifier = pipeline("sentiment-analysis")