Spaces:
Sleeping
Sleeping
import gradio as gr | |
title = "summary" | |
description = "a summary test" | |
gr.Interface.load( | |
"huggingface/xy4286/pegasus-samsum", | |
inputs=gr.Textbox(lines=5, label="Input Text"), | |
title=title, | |
description=description, | |
).launch() | |