abdulmatinomotoso commited on
Commit
0112269
1 Parent(s): 6e5530c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from sentence_transformers import SentenceTransformer, util
2
  import gradio as gr
3
 
4
  #Initializing the bert embedding model
5
- bert_model = SentenceTransformer('valurank/headline_similarities')
6
 
7
  #Defining a function to check for the similarities of the two headlines
8
  def similar_headline(headline_1, headline_2):
2
  import gradio as gr
3
 
4
  #Initializing the bert embedding model
5
+ bert_model = SentenceTransformer('all-MiniLM-L6-v2')
6
 
7
  #Defining a function to check for the similarities of the two headlines
8
  def similar_headline(headline_1, headline_2):