Commit
·
d86a2a4
1
Parent(s):
e2ba16e
lets try to change the pipeline
Browse files- lang_detect.py +1 -1
lang_detect.py
CHANGED
|
@@ -14,7 +14,7 @@ class MultitaskTokenClassificationPipeline(Pipeline):
|
|
| 14 |
return text
|
| 15 |
|
| 16 |
def _forward(self, text):
|
| 17 |
-
|
| 18 |
return text
|
| 19 |
|
| 20 |
def postprocess(self, text, **kwargs):
|
|
|
|
| 14 |
return text
|
| 15 |
|
| 16 |
def _forward(self, text):
|
| 17 |
+
print(f"Do we arrive here? {text}")
|
| 18 |
return text
|
| 19 |
|
| 20 |
def postprocess(self, text, **kwargs):
|