nneka commited on
Commit
cabfc30
1 Parent(s): b805ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  #Import libraries
3
  import gradio as gr
4
- from transformers import pipeline
5
 
6
  # Load the question-answering pipeline using the deepset/roberta-base-squad2 model
7
  qa_model = pipeline("question-answering", model="deepset/roberta-base-squad2")
 
1
 
2
  #Import libraries
3
  import gradio as gr
4
+
5
 
6
  # Load the question-answering pipeline using the deepset/roberta-base-squad2 model
7
  qa_model = pipeline("question-answering", model="deepset/roberta-base-squad2")