Spaces:
Sleeping
Sleeping
Commit
·
0707719
1
Parent(s):
677ba43
Add description and article
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "Article Title Generator"
|
|
|
|
|
4 |
|
5 |
gr.Interface.load(
|
6 |
"gsasikiran/bart-base-finetuned-cnn",
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "Article Title Generator"
|
4 |
+
description = "Generates titles for articles based on the input text."
|
5 |
+
article = "The quick brown fox jumps over the lazy dog."
|
6 |
|
7 |
gr.Interface.load(
|
8 |
"gsasikiran/bart-base-finetuned-cnn",
|