Spaces:
Runtime error
Runtime error
abhi001vj
commited on
Commit
·
acd3936
1
Parent(s):
2484d3b
updated requirements
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def query(pipe, question, top_k_reader, top_k_retriever):
|
|
50 |
return res
|
51 |
|
52 |
document_store = create_doc_store()
|
53 |
-
pipe = create_pipe(
|
54 |
|
55 |
def set_state_if_absent(key, value):
|
56 |
if key not in st.session_state:
|
|
|
50 |
return res
|
51 |
|
52 |
document_store = create_doc_store()
|
53 |
+
pipe = create_pipe(document_store)
|
54 |
|
55 |
def set_state_if_absent(key, value):
|
56 |
if key not in st.session_state:
|