Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def process(input_img):
|
|
| 35 |
blurred_image_path = circular_blur(input_img, detections, parts_to_blur)
|
| 36 |
return blurred_image_path
|
| 37 |
|
| 38 |
-
title = "
|
| 39 |
description = 'Blurs NSFW images using "NudeNet" Package.'
|
| 40 |
theme = "Nymbo/Nymbo_Theme"
|
| 41 |
|
|
|
|
| 35 |
blurred_image_path = circular_blur(input_img, detections, parts_to_blur)
|
| 36 |
return blurred_image_path
|
| 37 |
|
| 38 |
+
title = "Nudity Censor"
|
| 39 |
description = 'Blurs NSFW images using "NudeNet" Package.'
|
| 40 |
theme = "Nymbo/Nymbo_Theme"
|
| 41 |
|