Update readme.md (#1322)

Updating the readme to coincide with other examples. If you try to run it as previously written, you will get a "cannot find the path specified" error.
This commit is contained in:
Ryan Kopf
2023-11-12 03:46:19 -06:00
committed by GitHub
parent 12561b31d3
commit f4fcf60900

View File

@ -8,7 +8,7 @@ the model itself.
## Running an example
```bash
cargo run --example trocr --release -- --which base --cpu --image assets/trocr.png
cargo run --example trocr --release -- --which base --cpu --image candle-examples/examples/trocr/assets/trocr.png
```
```