my-summary / app.py
xy4286's picture
Update app.py
eb32637 verified
raw
history blame
154 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/xy4286/pegasus-samsum",
inputs=gr.Textbox(lines=5, label="Input Text"),
).launch()