Skip to content

Commit a911250

Browse files
committed
Fix printing model input
Signed-off-by: PeganovAnton <[email protected]>
1 parent 9802f3e commit a911250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nlp/punctuation_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run_tests(args: argparse.Namespace) -> int:
132132
language_code=args.language_code,
133133
)
134134
)
135-
print(f"Input: {input}")
135+
print(f"Input: {input_}")
136136
print(f"Output: {pred}")
137137
if pred != output_ref:
138138
print(f"Output mismatched!")

0 commit comments

Comments
 (0)