Wizmik12 commited on
Commit
ca30759
1 Parent(s): 597a481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ with gr.Blocks(theme=theme) as demo:
28
  inputs="text",
29
  outputs="text",
30
  title="Gender-Neutralizer",
31
- theme = custom_theme,
32
  description="Enter a gendered phrase and get it converted into neutral form."
33
  )
34
  iface.launch()
 
28
  inputs="text",
29
  outputs="text",
30
  title="Gender-Neutralizer",
 
31
  description="Enter a gendered phrase and get it converted into neutral form."
32
  )
33
  iface.launch()