Summarization / app.py
atomiclabs's picture
Summarization
fcc0bb8
raw
history blame
149 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/sshleifer/distilbart-cnn-12-6",
examples=[["Hello! My name is Omar"]]
)
iface.launch()