Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
---
|
6 |
|
7 |
Using with pipeline
|
8 |
-
```
|
9 |
from PIL import Image
|
10 |
|
11 |
classifier = pipeline("image-classification", model="Jl-wei/app-intro-img-cropper", device=0)
|
|
|
5 |
---
|
6 |
|
7 |
Using with pipeline
|
8 |
+
```py
|
9 |
from PIL import Image
|
10 |
|
11 |
classifier = pipeline("image-classification", model="Jl-wei/app-intro-img-cropper", device=0)
|