Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zahraanaji
/
sentiment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e9edc12
sentiment
/
app.py
zahraanaji
Rename 1_sentiment_skeleton.py to app.py
8bbd9cf
verified
8 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
from
transformers
import
pipeline
pipe = pipeline(
"sentiment-analysis"
)
print
(pipe(
input
))