shaina commited on
Commit
c00abe6
1 Parent(s): d239032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from PIL import Image
18
  #%%
19
  @st.cache(allow_output_mutation=True)
20
  def qna():
21
- model_name = 'shainahub/covid_qa_distillbert'
22
  nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
23
 
24
  return nlp
 
18
  #%%
19
  @st.cache(allow_output_mutation=True)
20
  def qna():
21
+ model_name = 'shaina/covid_qa_mpnet'
22
  nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
23
 
24
  return nlp