Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
douglasgoodwin
/
CMACHINES_sentimentanalysis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2dffec1
CMACHINES_sentimentanalysis
/
app.py
douglasgoodwin
initial commit
2dffec1
verified
3 months ago
raw
Copy download link
history
blame
Safe
95 Bytes
import
gradio
as
gr
gr.load(
"models/bhadresh-savani/distilbert-base-uncased-emotion"
).launch()