Spaces:
Sleeping
Sleeping
trying google-bert/bert-large-uncased-whole-word-masking-finetuned-squad
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='google-bert/bert-large-uncased-whole-word-masking-finetuned-squad')
|
16 |
|
17 |
# List of questions
|
18 |
questions = [
|