dpassov's picture
Update app.py
7dde59b verified
raw
history blame
242 Bytes
# import gradio as gr
# gr.load("NousResearch/Yarn-Mistral-7b-128k",src="models").launch()
from transformers import pipeline
classifier = pipeline("sentiment-analysis")
classifier("I've been waiting for a HuggingFace course my whole life.")