Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ title = "AIconvert automatic text summarization"
|
|
| 51 |
|
| 52 |
description = """
|
| 53 |
|
| 54 |
-
The summary can be extracted either from
|
| 55 |
"""
|
| 56 |
|
| 57 |
methods = ["LSA", "luhn", "edmundson", "text-rank", "lex-rank", "random", "reduction", "kl-sum"]
|
|
|
|
| 51 |
|
| 52 |
description = """
|
| 53 |
|
| 54 |
+
The summary can be extracted either from url link or plain text. .
|
| 55 |
"""
|
| 56 |
|
| 57 |
methods = ["LSA", "luhn", "edmundson", "text-rank", "lex-rank", "random", "reduction", "kl-sum"]
|