import gradio as gr iface = gr.Interface.load("huggingface/sshleifer/distilbart-cnn-12-6", examples=[["Hello! My name is Omar"]] ) iface.launch()