andreska commited on
Commit
023d3d5
·
verified ·
1 Parent(s): 0bcecfa

Added missing pipeline reference

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
  qa_pipeline = pipeline("question-answering")
4
 
 
1
  import streamlit as st
2
+ from transformers import pipeline
3
 
4
  qa_pipeline = pipeline("question-answering")
5