yinlinfu commited on
Commit
ecc874e
·
1 Parent(s): 68fcf5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ cross_encoder = CrossEncoder(option2, device='cpu')
61
  passages = []
62
 
63
  # load pre-train embeedings files
64
- embedding_cache_path = 'etsy-embeddings-cpu.pkl'
65
  print("Load pre-computed embeddings from disc")
66
  with open(embedding_cache_path, "rb") as fIn:
67
  cache_data = pickle.load(fIn)
 
61
  passages = []
62
 
63
  # load pre-train embeedings files
64
+ embedding_cache_path = 'etsy-embeddings-cpu-0530.pkl'
65
  print("Load pre-computed embeddings from disc")
66
  with open(embedding_cache_path, "rb") as fIn:
67
  cache_data = pickle.load(fIn)