Skip to content

Commit 921a5b6

Browse files
author
Grandiere Antoine
authored
Update README.MD
1 parent 71c1182 commit 921a5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Several moderation engines are available for you to choose from (nudity detectio
2626
output = client.check('nudity').image('http://img09.deviantart.net/2bd0/i/2009/276/c/9/magic_forrest_wallpaper_by_goergen.jpg')
2727

2828
# Detect nudity, weapons, alcohol, drugs and faces in an image, along with image properties and type
29-
output = client.check('nudity, type, properties, wad, face').image('http://img09.deviantart.net/2bd0/i/2009/276/c/9/magic_forrest_wallpaper_by_goergen.jpg')
29+
output = client.check('nudity', 'type', 'properties', 'wad', face').image('http://img09.deviantart.net/2bd0/i/2009/276/c/9/magic_forrest_wallpaper_by_goergen.jpg')
3030
```
3131

3232
## Moderate a local image:
@@ -35,7 +35,7 @@ output = client.check('nudity, type, properties, wad, face').image('http://img09
3535
output = client.check('nudity').image('/full/path/to/image.jpg')
3636

3737
# Detect nudity, weapons, alcohol, drugs and faces in an image, along with image properties and type
38-
output = client.check('nudity, type, properties, wad, face').image('/full/path/to/image.jpg')
38+
output = client.check('nudity', 'type', 'properties', 'wad', 'face').image('/full/path/to/image.jpg')
3939
```
4040

4141
# Video and Stream Moderation

0 commit comments

Comments
 (0)