dlaima commited on
Commit
b34dfee
·
verified ·
1 Parent(s): abb0357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -24,6 +24,11 @@ with gr.Blocks() as app:
24
  "This app uses the `facebook/nllb-200-distilled-600M` model."
25
  )
26
 
 
 
 
 
 
27
  with gr.Row():
28
  input_text = gr.Textbox(
29
  label="Input Text",
 
24
  "This app uses the `facebook/nllb-200-distilled-600M` model."
25
  )
26
 
27
+ gr.Markdown(
28
+ "### To choose other languages:
29
+ [Languages in FLORES-200](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200)"
30
+ )
31
+
32
  with gr.Row():
33
  input_text = gr.Textbox(
34
  label="Input Text",