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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as app:
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(
 
24
  "This app uses the `facebook/nllb-200-distilled-600M` model."
25
  )
26
 
27
+ gr.Markdown("### To choose the 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(