rockdrigoma commited on
Commit
2ae896a
·
1 Parent(s): 0c3606d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(lines=1, label="Translated text in Nahuatl"),
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',