rockdrigoma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ gr.Interface(
|
|
117 |
outputs=[
|
118 |
gr.components.Textbox(label="Translated text in Nahuatl"),
|
119 |
],
|
120 |
-
theme=
|
121 |
title='🌽 Spanish to Nahuatl Automatic Translation',
|
122 |
description='Insert your text in Spanish in the left text box and you will get its Nahuatl translation on the right text box',
|
123 |
examples=[
|
|
|
117 |
outputs=[
|
118 |
gr.components.Textbox(label="Translated text in Nahuatl"),
|
119 |
],
|
120 |
+
theme=None,
|
121 |
title='🌽 Spanish to Nahuatl Automatic Translation',
|
122 |
description='Insert your text in Spanish in the left text box and you will get its Nahuatl translation on the right text box',
|
123 |
examples=[
|