Commit 655fd068 authored by thomwolf's avatar thomwolf
Browse files

clean up

parent e5812462
...@@ -63,7 +63,6 @@ class RunCommand(BaseTransformersCLICommand): ...@@ -63,7 +63,6 @@ class RunCommand(BaseTransformersCLICommand):
for entry in self._reader: for entry in self._reader:
output = nlp(**entry) if self._reader.is_multi_columns else nlp(entry) output = nlp(**entry) if self._reader.is_multi_columns else nlp(entry)
print(output)
if isinstance(output, dict): if isinstance(output, dict):
outputs.append(output) outputs.append(output)
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment