Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def get_articles(i):
|
|
137 |
|
138 |
|
139 |
|
140 |
-
with open('/
|
141 |
base_index_ = pickle.load(f)
|
142 |
|
143 |
azure_endpoint = "https://moj-ada3.openai.azure.com/"
|
|
|
137 |
|
138 |
|
139 |
|
140 |
+
with open('data/ada_base_index_small.pkl', 'rb') as f:
|
141 |
base_index_ = pickle.load(f)
|
142 |
|
143 |
azure_endpoint = "https://moj-ada3.openai.azure.com/"
|