jonathanjordan21 commited on
Commit
f1180fd
·
1 Parent(s): d2422de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ data = [
17
  ] for _,x in df.iterrows()
18
  ]
19
 
20
- corpus_embeddings = embed_data(data)
21
 
22
 
23
  def predict(question, threshold, tags):
 
17
  ] for _,x in df.iterrows()
18
  ]
19
 
20
+ corpus_embeddings = model.encode(data)
21
 
22
 
23
  def predict(question, threshold, tags):