Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ def process(input_img):
|
|
36 |
return blurred_image_path
|
37 |
|
38 |
title = "Nudity Censor"
|
39 |
-
description = 'Blurs NSFW images using "NudeNet" Package.'
|
40 |
theme = "Nymbo/Alyx_Theme"
|
41 |
|
42 |
iface = gr.Interface(process, gr.components.Image(type='filepath'), gr.components.Image(type="filepath"), title=title, description=description, theme=theme)
|
|
|
36 |
return blurred_image_path
|
37 |
|
38 |
title = "Nudity Censor"
|
|
|
39 |
theme = "Nymbo/Alyx_Theme"
|
40 |
|
41 |
iface = gr.Interface(process, gr.components.Image(type='filepath'), gr.components.Image(type="filepath"), title=title, description=description, theme=theme)
|