Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["
|
31 |
-
["
|
|
|
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 |
|