rockdrigoma commited on
Commit
23b7f6d
1 Parent(s): 4366f76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def predict(input):
21
 
22
  gr.Interface(
23
  fn=predict,
24
- inputs=gr.inputs.Textbox(lines=2, label="Input Text in Spanish"),
25
  outputs=[
26
  gr.outputs.Textbox(label="Translated text in Nahuatl"),
27
  ],
 
21
 
22
  gr.Interface(
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
  ],