mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
fix outdated url in showcase doc (#3624)
This commit is contained in:
parent
8500265561
commit
e5ee6bb2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Despite being a tiny library, tinygrad is capable of doing a lot of things. From
|
|||
|
||||
You can either pass in the URL of a picture to discover what it is:
|
||||
```sh
|
||||
python3 examples/efficientnet.py https://media.istockphoto.com/photos/hen-picture-id831791190
|
||||
python3 examples/efficientnet.py ./test/models/efficientnet/Chicken.jpg
|
||||
```
|
||||
Or, if you have a camera and OpenCV installed, you can detect what is in front of you:
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue