Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hexapi
/
sentiment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a51e24
sentiment
/
sentiment_skeleton.py
hexapi
Upload sentiment_skeleton.py
45d31ac
verified
11 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"sentiment-analysis"
)
print
(pipe(
input
))