wylum commited on
Commit
8883cde
·
verified ·
1 Parent(s): 01becdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -39,7 +39,7 @@ title = "Nudity Censor Vincent version 2.1"
39
  theme = "Nymbo/Alyx_Theme"
40
 
41
  iface = gr.Interface(
42
- process, input = gr.components.Image(type='filepath'), output = gr.components.Image(type="filepath"),
43
  gr.Examples(
44
  examples=[
45
  [
@@ -69,9 +69,7 @@ iface = gr.Interface(
69
  cache_examples="lazy",
70
  ),
71
 
72
- title=title, theme=theme
73
-
74
-
75
 
76
 
77
  )
 
39
  theme = "Nymbo/Alyx_Theme"
40
 
41
  iface = gr.Interface(
42
+ process, input = gr.components.Image(type='filepath'), output = gr.components.Image(type="filepath"), title=title, theme=theme
43
  gr.Examples(
44
  examples=[
45
  [
 
69
  cache_examples="lazy",
70
  ),
71
 
72
+
 
 
73
 
74
 
75
  )