Commit
·
2ae896a
1
Parent(s):
0c3606d
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
|
|
23 |
fn=predict,
|
24 |
inputs=gr.inputs.Textbox(lines=1, label="Input Text in Spanish"),
|
25 |
outputs=[
|
26 |
-
gr.outputs.Textbox(
|
27 |
],
|
28 |
theme="peach",
|
29 |
title='🌽 Spanish to Nahuatl Automatic Translation',
|
|
|
23 |
fn=predict,
|
24 |
inputs=gr.inputs.Textbox(lines=1, label="Input Text in Spanish"),
|
25 |
outputs=[
|
26 |
+
gr.outputs.Textbox(label="Translated text in Nahuatl"),
|
27 |
],
|
28 |
theme="peach",
|
29 |
title='🌽 Spanish to Nahuatl Automatic Translation',
|