Commit
·
3350568
1
Parent(s):
bd5da1e
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ igen=gr.Interface(keyphrase_generator,
|
|
166 |
["https://www.cancer.news/2021-12-22-mrna-vaccines-weaken-immune-system-cause-cancer.html",
|
167 |
'sentence-transformers/all-mpnet-base-v1',
|
168 |
'sentence-transformers/paraphrase-MiniLM-L12-v2',
|
169 |
-
10],
|
170 |
article= "The work is based on a part of the paper provided <a href=https://dl.acm.org/doi/10.1145/3487664.3487701>here</a>."
|
171 |
"\t It uses the TextRank algorithm with <a href=https://www.sbert.net/>SBERT</a> to first find the top ranked sentences and then extracts the keyphrases"
|
172 |
"\t from those sentences using <a href = https://allenai.github.io/scispacy/>scispaCy</a> and SBERT."
|
|
|
166 |
["https://www.cancer.news/2021-12-22-mrna-vaccines-weaken-immune-system-cause-cancer.html",
|
167 |
'sentence-transformers/all-mpnet-base-v1',
|
168 |
'sentence-transformers/paraphrase-MiniLM-L12-v2',
|
169 |
+
10]],
|
170 |
article= "The work is based on a part of the paper provided <a href=https://dl.acm.org/doi/10.1145/3487664.3487701>here</a>."
|
171 |
"\t It uses the TextRank algorithm with <a href=https://www.sbert.net/>SBERT</a> to first find the top ranked sentences and then extracts the keyphrases"
|
172 |
"\t from those sentences using <a href = https://allenai.github.io/scispacy/>scispaCy</a> and SBERT."
|