Spaces:
Running
Running
ryanrwatkins
commited on
Commit
•
6bbe645
1
Parent(s):
1c2d954
Update app.py
Browse files
app.py
CHANGED
@@ -229,8 +229,8 @@ with gr.Blocks(css=css) as demo:
|
|
229 |
|
230 |
|
231 |
with gr.Column(elem_id="col-container"):
|
232 |
-
|
233 |
-
|
234 |
|
235 |
#query = str("performance")
|
236 |
#docs = new_docsearch.similarity_search(query)
|
|
|
229 |
|
230 |
|
231 |
with gr.Column(elem_id="col-container"):
|
232 |
+
with open("embeddings.pkl", 'rb') as f:
|
233 |
+
new_docsearch = pickle.load(f)
|
234 |
|
235 |
#query = str("performance")
|
236 |
#docs = new_docsearch.similarity_search(query)
|