william4416 commited on
Commit
53ffb8f
1 Parent(s): eeb7211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ pip install transformers
2
 
3
  import gradio as gr
4
  from transformers import pipeline
 
5
 
6
  # Load the model
7
  qa_pipeline = pipeline("question-answering", model="william4416/bewtesttwo")
 
2
 
3
  import gradio as gr
4
  from transformers import pipeline
5
+ import jsonl
6
 
7
  # Load the model
8
  qa_pipeline = pipeline("question-answering", model="william4416/bewtesttwo")