Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
efb11f2
1 Parent(s): ed0fd13
Files changed (1) hide show
  1. appStore/keyword_search.py +1 -1
appStore/keyword_search.py CHANGED
@@ -87,6 +87,6 @@ def app():
87
  paraList = runSemanticPreprocessingPipeline()
88
  logging.info("starting semantic search")
89
  with st.spinner("Performing Similar/Contextual search"):
90
- semantic_search(queryList,paraList,show_answers=True)
91
 
92
 
 
87
  paraList = runSemanticPreprocessingPipeline()
88
  logging.info("starting semantic search")
89
  with st.spinner("Performing Similar/Contextual search"):
90
+ semantic_search(queryList,paraList)
91
 
92