mbarnig commited on
Commit
b87f483
Β·
1 Parent(s): 3c434c0

Update app.py

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