Stefano Fiorucci commited on
Commit
dc55e5d
1 Parent(s): aabdf81
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def start_app():
33
  def load_questions_wrapper():
34
  return load_questions()
35
 
36
- pipe = start_haystack()
37
 
38
  # the pipeline is not included as parameter of the following function,
39
  # because it is difficult to cache
 
33
  def load_questions_wrapper():
34
  return load_questions()
35
 
36
+ pipe = start_app()
37
 
38
  # the pipeline is not included as parameter of the following function,
39
  # because it is difficult to cache