Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ iface = gr.Interface(
|
|
| 76 |
description=description,
|
| 77 |
examples=[
|
| 78 |
["luhn", 'english', 2, "URL", "https://en.wikipedia.org/wiki/Automatic_summarization"],
|
| 79 |
-
["LSA", 'english', 1, "text", "Automatic text summarization is
|
| 80 |
],
|
| 81 |
)
|
| 82 |
|
|
|
|
| 76 |
description=description,
|
| 77 |
examples=[
|
| 78 |
["luhn", 'english', 2, "URL", "https://en.wikipedia.org/wiki/Automatic_summarization"],
|
| 79 |
+
["LSA", 'english', 1, "text", "Automatic text summarization is a computational process that condenses a larger text into a shorter version while retaining key information. It helps extract the most important or relevant details from the original content. There are two main approaches: extractive summarization, which selects key sentences from the text, and abstractive summarization, which generates new sentences to convey the same meaning. This technique is widely used in applications like news aggregation, document summarization, and AI-powered assistants. By reducing information overload, automatic summarization enhances readability and efficiency in processing large volumes of text."]
|
| 80 |
],
|
| 81 |
)
|
| 82 |
|