demo-app / app.py
Nattyboi's picture
update
8095bd1
raw
history blame
113 Bytes
from transformers import pipeline
import streamlit as st
pipe = pipeline("sentiment-analysis")
st.write("hiii")