Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ title = "English to French Translation"
|
|
11 |
|
12 |
iface = gr.Interface(
|
13 |
fn=predict,
|
14 |
-
inputs=[gr.
|
15 |
outputs='text',
|
16 |
title=title,
|
17 |
)
|
|
|
11 |
|
12 |
iface = gr.Interface(
|
13 |
fn=predict,
|
14 |
+
inputs=[gr.Textbox(label="text", lines=3)],
|
15 |
outputs='text',
|
16 |
title=title,
|
17 |
)
|