README: fix model name (#2)
Browse files- README: fix model name (db597084f6304306bc83a5f54baad5aec59f8498)
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 `
|
|
|
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.
|