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