pritamdeka commited on
Commit
6eca406
·
1 Parent(s): 7e99bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -155,10 +155,10 @@ igen=gr.Interface(keyphrase_generator,
155
  title="Health Article Keyphrase Generator",
156
  description="Generates the keyphrases from an online health article which best describes the article.",
157
  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>."
158
- "\t It uses the TextRank algorithm with SBERT to first find the top sentences and then extracts the keyphrases from those sentences using scispaCy"
159
- "\t and SBERT."
160
- "\t The list of SBERT models required in the textboxes can be found in <a href=www.sbert.net/docs/pretrained_models.html>SBERT Pre-trained models hub</a>."
161
- "\t The default model names are provided which can be changed from the list of pretrained models. "
162
  "\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 30.")
163
 
164
  igen.launch(share=True)
 
155
  title="Health Article Keyphrase Generator",
156
  description="Generates the keyphrases from an online health article which best describes the article.",
157
  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>."
158
+ "\t It uses the TextRank algorithm with <a href=https://www.sbert.net/>SBERT</a> to first find the top sentences and then extracts the keyphrases"
159
+ "\t from those sentences using <a href = https://allenai.github.io/scispacy/>scispaCy</a> and SBERT."
160
+ "\t The list of SBERT models provided can be found in <a href=www.sbert.net/docs/pretrained_models.html>SBERT Pre-trained models hub</a>."
161
+ "\t The default model names are provided which can be changed from the list of models available. "
162
  "\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 30.")
163
 
164
  igen.launch(share=True)