SarowarSaurav commited on
Commit
3720526
·
verified ·
1 Parent(s): dc9fc0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def release_backend(index):
25
  backend_locks[index].release()
26
 
27
  # Define the function to answer questions
28
- pipe = pipeline("question-answering", model="google/bigbird-base-trivia-itc")
29
 
30
  # Define the function to answer questions
31
  def get_answer(text):
 
25
  backend_locks[index].release()
26
 
27
  # Define the function to answer questions
28
+ pipe = pipeline("question-answering", model="google-bert/bert-large-cased-whole-word-masking-finetuned-squad")
29
 
30
  # Define the function to answer questions
31
  def get_answer(text):