sasha HF staff commited on
Commit
88ca28c
1 Parent(s): ad5e433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoModel, AutoFeatureExtractor
5
  import wikipedia
6
 
7
  # Only runs once when the script is first run.
8
- with open("slugs_index_1024_cosine.pickle", "rb") as handle:
9
  index = pickle.load(handle)
10
 
11
  # Load model for computing embeddings.
 
5
  import wikipedia
6
 
7
  # Only runs once when the script is first run.
8
+ with open("slugs_index_1024_new.pickle", "rb") as handle:
9
  index = pickle.load(handle)
10
 
11
  # Load model for computing embeddings.