Update app.py
Browse files
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()
|