rcodina commited on
Commit
381c7b8
1 Parent(s): 5784a79

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "NSFW",
4
+ "1": "SFW"
5
+ },
6
+ }