Spaces:
Sleeping
Sleeping
File size: 244 Bytes
524c399 01c6d37 dcd3010 524c399 1336cb0 524c399 dcd3010 01c6d37 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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()
|