sasha HF staff commited on
Commit
dc86583
1 Parent(s): 10c3559

Update app.py

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