README: fix model name

#2
by pcuenq HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,4 +63,4 @@ To download everything, skip the `--include` argument.
63
 
64
  ## Integrate in Swift apps
65
 
66
- The [`huggingface/coreml-examples`](https://github.com/huggingface/coreml-examples/blob/main/depth-anything-example/README.md) repository contains sample Swift code for `coreml-depth-anything-small-v2` and other models. See [the instructions there](https://github.com/huggingface/coreml-examples/tree/main/depth-anything-example) to build the demo app, which shows how to use the model in your own Swift apps.
 
63
 
64
  ## Integrate in Swift apps
65
 
66
+ The [`huggingface/coreml-examples`](https://github.com/huggingface/coreml-examples/blob/main/depth-anything-example/README.md) repository contains sample Swift code for `DepthAnythingV2SmallF16.mlpackage` and other models. See [the instructions there](https://github.com/huggingface/coreml-examples/tree/main/depth-anything-example) to build the demo app, which shows how to use the model in your own Swift apps.