Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ url: str = os.environ['DBUrl']
|
|
12 |
key: str = os.environ['DBKey']
|
13 |
|
14 |
# Initialize question answering pipeline
|
15 |
-
question_answerer = pipeline("question-answering", model='
|
16 |
|
17 |
# List of questions
|
18 |
questions = [
|
|
|
12 |
key: str = os.environ['DBKey']
|
13 |
|
14 |
# Initialize question answering pipeline
|
15 |
+
question_answerer = pipeline("question-answering", model='distilbert-base-cased-distilled-squad')
|
16 |
|
17 |
# List of questions
|
18 |
questions = [
|