dlaima commited on
Commit
80e59f3
·
verified ·
1 Parent(s): 94707dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -24,10 +24,7 @@ with gr.Blocks() as app:
24
  "This app uses the `facebook/nllb-200-distilled-600M` model."
25
  )
26
 
27
- gr.Markdown(
28
- "To choose other languages:
29
- [https://github.com/facebookresearch/flores/blob/main/flores200/README.md#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(
 
24
  "This app uses the `facebook/nllb-200-distilled-600M` model."
25
  )
26
 
27
+ gr.Markdown("## To choose other languages: [https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200)")
 
 
 
28
 
29
  with gr.Row():
30
  input_text = gr.Textbox(