M17idd commited on
Commit
b117f0c
·
1 Parent(s): 225bab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -547,7 +547,7 @@ model = SentenceTransformer('paraphrase-multilingual-MiniLM-L12-v2')
547
 
548
  if query:
549
  found = False
550
- threshold = 0.50
551
 
552
  query_embedding = model.encode(query, convert_to_tensor=True)
553
 
 
547
 
548
  if query:
549
  found = False
550
+ threshold = 0.55
551
 
552
  query_embedding = model.encode(query, convert_to_tensor=True)
553