Image Classification
Transformers
Safetensors
English
siglip
siglip2
Not-For-All-Audiences
art
Synthetic
nsfw
sfw
Anime Picture
Hentai
Normal
Pornography
Enticing
Sensual
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
|
|
64 |
fn=classify_explicit_content,
|
65 |
inputs=gr.Image(type="numpy"),
|
66 |
outputs=gr.Label(num_top_classes=5, label="Predicted Content Type"),
|
67 |
-
title="
|
68 |
description="Classifies images into explicit, suggestive, or safe categories (e.g., Hentai, Pornography, Normal)."
|
69 |
)
|
70 |
|
|
|
64 |
fn=classify_explicit_content,
|
65 |
inputs=gr.Image(type="numpy"),
|
66 |
outputs=gr.Label(num_top_classes=5, label="Predicted Content Type"),
|
67 |
+
title="nsfw-image-detection",
|
68 |
description="Classifies images into explicit, suggestive, or safe categories (e.g., Hentai, Pornography, Normal)."
|
69 |
)
|
70 |
|