sent2 / app.py
PH83's picture
Create app.py
3289359
raw
history blame
97 Bytes
import gradio as gr
from transformers import pipeline
sentiment = pipeline("sentiment-analysis")