milestone-3 / app.py
nppmatt's picture
Update app.py
d1e02d2
raw
history blame
147 Bytes
from transformers import pipeline
import torch
import torch.nn.functional as TF
import streamlit as st
classifier = pipeline("sentiment-analysis")