Sharathhebbar24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import (
|
|
4 |
BertForQuestionAnswering,
|
5 |
BertTokenizerFast,
|
6 |
)
|
7 |
-
|
8 |
from scipy.special import softmax
|
9 |
|
10 |
import pandas as pd
|
|
|
4 |
BertForQuestionAnswering,
|
5 |
BertTokenizerFast,
|
6 |
)
|
7 |
+
from transformers import pipeline
|
8 |
from scipy.special import softmax
|
9 |
|
10 |
import pandas as pd
|