explorewithai commited on
Commit
2cc3f4c
Β·
verified Β·
1 Parent(s): f55d5f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -27,8 +27,9 @@ iface = gr.Interface(
27
  title="NSFW Image Classifier",
28
  description="Upload an image to classify it as NSFW (Not Safe For Work) or SFW (Safe For Work). This model uses the Falconsai/nsfw_image_detection model from Hugging Face.",
29
  examples=[
30
- ["cat.jpeg"],
31
- ["dog.png"]
 
32
  ],
33
  )
34
 
 
27
  title="NSFW Image Classifier",
28
  description="Upload an image to classify it as NSFW (Not Safe For Work) or SFW (Safe For Work). This model uses the Falconsai/nsfw_image_detection model from Hugging Face.",
29
  examples=[
30
+ ["porn.jpg"],
31
+ ["cat.jpg"],
32
+ ["dog.jpg"]
33
  ],
34
  )
35