Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
varunkuntal
/
go_emo
like
0
Runtime error
App
Files
Files
Community
424f54a
go_emo
/
app.py
varunkuntal
initial commit
424f54a
almost 2 years ago
raw
Copy download link
history
blame
Safe
109 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/joeddav/distilbert-base-uncased-go-emotions-student"
).launch()