mbarnig commited on
Commit
86d654e
β€’
1 Parent(s): 65ba3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "lb -> en")
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")