Nymbo commited on
Commit
ec18cc1
1 Parent(s): bacdf58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ def process(input_img):
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)
42
 
43
  iface.launch()
 
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, theme=theme)
42
 
43
  iface.launch()