Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ iface = gr.Interface(fn=get_output,
|
|
106 |
# inputs="text",
|
107 |
inputs=gr.inputs.Textbox(label="Introduce some Spanish text here"),
|
108 |
# outputs="text",
|
|
|
109 |
outputs=gr.outputs.Textbox(label="Neutral version of your text")
|
110 |
)
|
111 |
|
|
|
106 |
# inputs="text",
|
107 |
inputs=gr.inputs.Textbox(label="Introduce some Spanish text here"),
|
108 |
# outputs="text",
|
109 |
+
theme='peach',
|
110 |
outputs=gr.outputs.Textbox(label="Neutral version of your text")
|
111 |
)
|
112 |
|