fermaat commited on
Commit
8de90cf
1 Parent(s): 228c21a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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