Spaces:
Runtime error
Runtime error
pritamdeka
commited on
Commit
Β·
852e3fc
1
Parent(s):
068f4f4
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def keyphrase_generator(article_link, model_1, model_2, max_num_keywords, model_
|
|
126 |
for elem in x:
|
127 |
final_textrank_list.append(elem[1])
|
128 |
|
129 |
-
################################################################ Textrank ends
|
130 |
|
131 |
######################################################## From here we start the keyphrase extraction process ################################################
|
132 |
|
|
|
126 |
for elem in x:
|
127 |
final_textrank_list.append(elem[1])
|
128 |
|
129 |
+
################################################################ Textrank ends #################################################
|
130 |
|
131 |
######################################################## From here we start the keyphrase extraction process ################################################
|
132 |
|