Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import wikipedia
|
|
6 |
|
7 |
|
8 |
# Only runs once when the script is first run.
|
9 |
-
with open("
|
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.
|