Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Also, I've only tested it on ```torch==2.2.2``` although I plan on testing with
|
|
29 |
pip install https://download.pytorch.org/whl/cu121/torch-2.2.2%2Bcu121-cp311-cp311-win_amd64.whl#sha256=efbcfdd4399197d06b32f7c0e1711c615188cdd65427b933648c7478fb880b3f
|
30 |
```
|
31 |
|
32 |
-
Example script:
|
33 |
|
34 |
```Python
|
35 |
import sys
|
|
|
29 |
pip install https://download.pytorch.org/whl/cu121/torch-2.2.2%2Bcu121-cp311-cp311-win_amd64.whl#sha256=efbcfdd4399197d06b32f7c0e1711c615188cdd65427b933648c7478fb880b3f
|
30 |
```
|
31 |
|
32 |
+
Example script (process single image):
|
33 |
|
34 |
```Python
|
35 |
import sys
|