Skip to content

Commit b29c986

Browse files
Merge pull request #7 from knights-analytics/readme-cli
small cli readme correction
2 parents 90473ec + 22bd07f commit b29c986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Note that if --input is not provided, hugot will read from stdin, and if --outpu
152152
This allows to chain things like:
153153

154154
```
155-
echo '{"input":"The director tried too much","output":[{"Label":"NEGATIVE","Score":0.99752176}]}' | hugot run --model=/path/to/model --type=textClassification | jq
155+
echo '{"input":"The director tried too much"}' | hugot run --model=/path/to/model --type=textClassification | jq
156156
```
157157

158158
To be able to run transformers fully from the command line.

0 commit comments

Comments
 (0)