Nymbo commited on
Commit
b74c088
·
verified ·
1 Parent(s): 62468d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def process(input_img):
37
 
38
  title = "Nudity Censor"
39
  description = 'Blurs NSFW images using "NudeNet" Package.'
40
- theme = "Nymbo/Nymbo_Theme"
41
 
42
  iface = gr.Interface(process, gr.components.Image(type='filepath'), gr.components.Image(type="filepath"), title=title, description=description)
43
 
 
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)
43