stupidog04
commited on
Commit
•
8f0d639
1
Parent(s):
cc45a6f
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -17,7 +17,7 @@ class PreTrainedPipeline():
|
|
17 |
self.model = self.pipe.model.from_pretrained(path)
|
18 |
|
19 |
|
20 |
-
def __call__(self, inputs)
|
21 |
"""
|
22 |
Args:
|
23 |
inputs (:obj:`np.array`):
|
|
|
17 |
self.model = self.pipe.model.from_pretrained(path)
|
18 |
|
19 |
|
20 |
+
def __call__(self, inputs):
|
21 |
"""
|
22 |
Args:
|
23 |
inputs (:obj:`np.array`):
|