vineet124jig commited on
Commit
6bf89db
·
verified ·
1 Parent(s): 88a0fe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,12 +1,21 @@
1
  ---
2
  title: Image Moderation
3
- emoji: 📚
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.34.2
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
 
 
 
10
  short_description: Detect and block unsafe or adult content in images
11
  ---
12
 
 
1
  ---
2
  title: Image Moderation
3
+ emoji: 🚫
4
+ colorFrom: green
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.34.2
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ tags:
12
+ - content moderation
13
+ - image classification
14
+ - safety
15
+ - computer vision
16
+ - nudity detection
17
+ - AI moderation
18
+ - gradio
19
  short_description: Detect and block unsafe or adult content in images
20
  ---
21