Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -6,7 +6,7 @@ from models.qa_model import *
|
|
| 6 |
from tqdm.auto import tqdm
|
| 7 |
tqdm.pandas()
|
| 8 |
from datasets import load_dataset
|
| 9 |
-
from transformers import pipeline
|
| 10 |
from typing import Dict, List, Any
|
| 11 |
|
| 12 |
class InferencePipeline():
|
|
|
|
| 6 |
from tqdm.auto import tqdm
|
| 7 |
tqdm.pandas()
|
| 8 |
from datasets import load_dataset
|
| 9 |
+
# from transformers import pipeline
|
| 10 |
from typing import Dict, List, Any
|
| 11 |
|
| 12 |
class InferencePipeline():
|