fabianad's picture
Update app.py
6f4068b verified
raw
history blame
140 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("summarization", model="facebook/bart-large-cnn")