richylyq commited on
Commit
86cec43
1 Parent(s): 72801d9

remove nllb option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ myTheme = myTheme()
213
  with gr.Blocks(theme=myTheme) as demo:
214
  article = gr.Textbox(label="Article")
215
  toolkit_select = gr.Radio(
216
- ["NLLB", "MBART", "M2M"], label="Select Translation Model", value="OPUS"
217
  )
218
  lang_select = gr.Radio(["English", "Chinese"], label="Select Desired Language")
219
  result = gr.Textbox(label="Translated Result")
 
213
  with gr.Blocks(theme=myTheme) as demo:
214
  article = gr.Textbox(label="Article")
215
  toolkit_select = gr.Radio(
216
+ ["MBART", "M2M"], label="Select Translation Model", value="OPUS"
217
  )
218
  lang_select = gr.Radio(["English", "Chinese"], label="Select Desired Language")
219
  result = gr.Textbox(label="Translated Result")