Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nuanmanee
/
cardiffnlp-twitter-roberta-base-sentiment-latest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4c60cee
cardiffnlp-twitter-roberta-base-sentiment-latest
/
app.py
Nuanmanee
initial commit
4c60cee
verified
2 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
gradio
as
gr
gr.load(
"models/cardiffnlp/twitter-roberta-base-sentiment-latest"
,
provider=
"hf-inference"
,
).launch()