Gleb Vinarskis commited on
Commit ·
65de753
1
Parent(s): 466200c
debug
Browse files
impresso_langident_wrapper.py
CHANGED
|
@@ -37,6 +37,7 @@ class Pipeline_One(Pipeline):
|
|
| 37 |
# return {}, {}, {}
|
| 38 |
|
| 39 |
def _sanitize_parameters(self, **kwargs):
|
|
|
|
| 40 |
preprocess_kwargs = {}
|
| 41 |
if "text" in kwargs:
|
| 42 |
preprocess_kwargs["text"] = kwargs["text"]
|
|
|
|
| 37 |
# return {}, {}, {}
|
| 38 |
|
| 39 |
def _sanitize_parameters(self, **kwargs):
|
| 40 |
+
print("000000000")
|
| 41 |
preprocess_kwargs = {}
|
| 42 |
if "text" in kwargs:
|
| 43 |
preprocess_kwargs["text"] = kwargs["text"]
|