Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MSParkDev
/
Pipelines
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5b66cc8
Pipelines
/
app.py
park minseo
Create app.py
5b66cc8
over 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
79 Bytes
from
transformers
import
pipeline
classifier = pipeline(
"text-classification"
)