hitz02 commited on
Commit
5afbe74
·
1 Parent(s): 2b65cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -90,12 +90,13 @@ def main():
90
  st.write(query)
91
 
92
  query_embedding, results1 = fetch_stage1(query, model, list_of_articles)
 
93
 
94
  results2 = fetch_stage2(results1, model, embeddings, query_embedding)
95
-
96
  results3 = fetch_stage3(results2, query, embeddings, comprehension_model, spacy_nlp)
97
 
98
- st.write('Hello')
99
 
100
  if results3:
101
  count = 1
 
90
  st.write(query)
91
 
92
  query_embedding, results1 = fetch_stage1(query, model, list_of_articles)
93
+ st.write('Hello1')
94
 
95
  results2 = fetch_stage2(results1, model, embeddings, query_embedding)
96
+ st.write('Hello2')
97
  results3 = fetch_stage3(results2, query, embeddings, comprehension_model, spacy_nlp)
98
 
99
+ st.write('Hello3')
100
 
101
  if results3:
102
  count = 1