foxxy-hm commited on
Commit
8a73eb1
·
1 Parent(s): 3edaf17

Update handler.py

Browse files
Files changed (1) hide show
  1. 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():