Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ EXAMPLE = "..."
|
|
31 |
my_inputs = [
|
32 |
gr.Textbox(lines=5, label="Input", default=default_input),
|
33 |
gr.Radio(label="Translation Model", choices = TRANSLATION_MODELS, default = "NLLB"),
|
34 |
-
gr.Radio(label="Translation Direction", choices = TRANSLATION_DIRECTION, default = "lb -> en")
|
35 |
]
|
36 |
|
37 |
my_output = gr.Textbox(lines=5, label="Translation")
|
|
|
31 |
my_inputs = [
|
32 |
gr.Textbox(lines=5, label="Input", default=default_input),
|
33 |
gr.Radio(label="Translation Model", choices = TRANSLATION_MODELS, default = "NLLB"),
|
34 |
+
gr.Radio(label="Translation Direction", choices = TRANSLATION_DIRECTION, default = "lb -> en")
|
35 |
]
|
36 |
|
37 |
my_output = gr.Textbox(lines=5, label="Translation")
|