Spaces:
Paused
Paused
Commit
·
eb8a940
1
Parent(s):
d13ba14
Update answerer.py
Browse files- answerer.py +1 -1
answerer.py
CHANGED
|
@@ -12,7 +12,7 @@ class Answerer:
|
|
| 12 |
self.__pipeline = PIPELINE(self.__model, vocab)
|
| 13 |
self.ctx_limit = ctx_limit
|
| 14 |
|
| 15 |
-
|
| 16 |
self,
|
| 17 |
input: str,
|
| 18 |
max_output_length_tk: int,
|
|
|
|
| 12 |
self.__pipeline = PIPELINE(self.__model, vocab)
|
| 13 |
self.ctx_limit = ctx_limit
|
| 14 |
|
| 15 |
+
def __call__(
|
| 16 |
self,
|
| 17 |
input: str,
|
| 18 |
max_output_length_tk: int,
|