Skip to content

Commit 83ffe66

Browse files
authored
correct info to process images
The commands to process and image where outdated. For predicting more than a single image probably needs to be updated as well
1 parent a83c185 commit 83ffe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bioimageio test-model <MODEL>
7373

7474
Run prediction for an image stored on disc:
7575
```
76-
bioimageio predict-image -m <MODEL> -i <INPUT> -o <OUTPUT>
76+
bioimageio predict-image <MODEL> --inputs <INPUT> --outputs <OUTPUT>
7777
```
7878

7979
Run prediction for multiple images stored on disc:

0 commit comments

Comments
 (0)