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