Spaces:
Sleeping
Sleeping
File size: 246 Bytes
677ba43 |
1 2 3 4 5 6 7 8 9 10 11 |
import gradio as gr
title = "Article Title Generator"
gr.Interface.load(
"gsasikiran/bart-base-finetuned-cnn",
inputs=gr.Textbox(lines=5, label="Input Text"),
title=title,
description=description,
article=article,
).launch() |