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...
e33dc53
sentiment
/
app.py
hexapi
Rename sentiment_skeleton.py to app.py
e33dc53
verified
11 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"sentiment-analysis"
)
print
(pipe(
input
))