Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nikesh66
/
emotion-detection-bert
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
966a9db
emotion-detection-bert
/
app.py
nikesh66
initial commit
966a9db
over 1 year ago
raw
Copy download link
history
blame
Safe
95 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/michellejieli/emotion_text_classifier"
).launch()