Pipelines / app.py
park minseo
Create app.py
5b66cc8
raw
history blame
79 Bytes
from transformers import pipeline
classifier = pipeline("text-classification")