Update app.py
Browse files
app.py
CHANGED
|
@@ -31,8 +31,8 @@ app = gr.Interface(
|
|
| 31 |
),
|
| 32 |
|
| 33 |
title="📚AI Text Summarizer",
|
| 34 |
-
description="Generate concise summaries using Hugging Face Transformers.
|
| 35 |
-
Built with Gradio and BART-Large-CNN."
|
| 36 |
)
|
| 37 |
|
| 38 |
app.launch()
|
|
|
|
| 31 |
),
|
| 32 |
|
| 33 |
title="📚AI Text Summarizer",
|
| 34 |
+
description="""Generate concise summaries using Hugging Face Transformers.
|
| 35 |
+
Built with Gradio and BART-Large-CNN."""
|
| 36 |
)
|
| 37 |
|
| 38 |
app.launch()
|