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