E-slam commited on
Commit
bfda810
·
verified ·
1 Parent(s): 9ef37fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def get_articles(i):
137
 
138
 
139
 
140
- with open('/content/drive/MyDrive/MOJ/Legislations/BaseIndex/ada_base_index_small.pkl', 'rb') as f:
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/"