pritamdeka
commited on
Commit
·
09aacd0
1
Parent(s):
b70d541
Update app.py
Browse files
app.py
CHANGED
@@ -152,6 +152,6 @@ igen=gr.Interface(keyphrase_generator,
|
|
152 |
"\t from those sentences using <a href = https://allenai.github.io/scispacy/>scispaCy</a> and SBERT."
|
153 |
"\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>."
|
154 |
"\t The default model names are provided which can be changed from the list of models available. "
|
155 |
-
"\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of
|
156 |
|
157 |
igen.launch(share=True)
|
|
|
152 |
"\t from those sentences using <a href = https://allenai.github.io/scispacy/>scispaCy</a> and SBERT."
|
153 |
"\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>."
|
154 |
"\t The default model names are provided which can be changed from the list of models available. "
|
155 |
+
"\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 20.")
|
156 |
|
157 |
igen.launch(share=True)
|