type / app.py
saenchan's picture
Create app.py
3c1ddda verified
raw
history blame contribute delete
152 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("zero-shot-classification", model="facebook/bart-large-mnli")