Spaces:
Sleeping
Sleeping
Stefano Fiorucci
commited on
Commit
•
dc55e5d
1
Parent(s):
aabdf81
bug fix
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def start_app():
|
|
33 |
def load_questions_wrapper():
|
34 |
return load_questions()
|
35 |
|
36 |
-
pipe =
|
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
|