lloorree's picture
Update app.py
b3d02e5 verified
raw
history blame contribute delete
113 Bytes
import gradio as gr
gr.load(
"models/SamLowe/roberta-base-go_emotions",
provider="hf-inference"
).launch()