AnkitGaur2811 commited on
Commit
4b5de3f
1 Parent(s): dbec81e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
  from keyphrase_vectorizers import KeyphraseCountVectorizer
5
  import gradio as gr
6
 
7
- kw_extractor = KeyBERT('valurank/MiniLM-L6-Keyword-Extraction')
8
 
9
  def get_keybert_results_with_vectorizer(text, number_of_results=20):
10
  try:
 
4
  from keyphrase_vectorizers import KeyphraseCountVectorizer
5
  import gradio as gr
6
 
7
+ kw_extractor = KeyBERT()#'valurank/MiniLM-L6-Keyword-Extraction')
8
 
9
  def get_keybert_results_with_vectorizer(text, number_of_results=20):
10
  try: