Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PH83
/
sent2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3289359
sent2
/
app.py
PH83
Create app.py
3289359
over 1 year ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
gradio
as
gr
from
transformers
import
pipeline
sentiment = pipeline(
"sentiment-analysis"
)