Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ inputs = [gr.inputs.Dropdown(['English','Vietnamese'], default='English', label=
|
|
29 |
gr.inputs.Textbox(lines=5, label="Input text"),
|
30 |
]
|
31 |
|
32 |
-
gr.Interface(translation, inputs, outputs="text").launch()
|
|
|
29 |
gr.inputs.Textbox(lines=5, label="Input text"),
|
30 |
]
|
31 |
|
32 |
+
gr.Interface(translation, inputs=inputs, outputs="text").launch()
|