Nymbo commited on
Commit
bacdf58
1 Parent(s): 4de3dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)