Spaces:
Runtime error
Runtime error
Commit
Β·
a633a29
1
Parent(s):
c6c1cc1
Update app.py
Browse files
app.py
CHANGED
@@ -282,4 +282,4 @@ gr.Interface(keyphrase_generator,
|
|
282 |
"\t It uses the TextRank algorithm with SBERT to first find the top sentences and then extracts the keyphrases from those sentences using scispaCy and SBERT."
|
283 |
"\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>."
|
284 |
"\t The default model names are provided which can be changed from the list of pretrained models. "
|
285 |
-
"\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 30.").launch(share=True,server_name='0.0.0.0')
|
|
|
282 |
"\t It uses the TextRank algorithm with SBERT to first find the top sentences and then extracts the keyphrases from those sentences using scispaCy and SBERT."
|
283 |
"\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>."
|
284 |
"\t The default model names are provided which can be changed from the list of pretrained models. "
|
285 |
+
"\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 30.").launch(share=True,server_name='0.0.0.0',show_error=True)
|