Commit
·
aa3a026
1
Parent(s):
76856d7
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ from transformers import pipeline
|
|
| 31 |
|
| 32 |
img = Image.open("<path_to_image_file>")
|
| 33 |
classifier = pipeline("image-classification", model="RealFalconsAI/nsfw_image_detection")
|
| 34 |
-
classifier(
|
| 35 |
|
| 36 |
```
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
img = Image.open("<path_to_image_file>")
|
| 33 |
classifier = pipeline("image-classification", model="RealFalconsAI/nsfw_image_detection")
|
| 34 |
+
classifier(img)
|
| 35 |
|
| 36 |
```
|
| 37 |
|