prithivMLmods commited on
Commit
7e5a6bf
·
verified ·
1 Parent(s): a2c4d35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="siglip2-x256-explicit-content",
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