File size: 149 Bytes
fcc0bb8
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

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

iface.launch()