davanstrien HF staff commited on
Commit
7dc20b3
·
1 Parent(s): 1473813

Update app.py with demo application description

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -60,6 +60,13 @@ def translate(text: str, src_lang: str, tgt_lang: str):
60
 
61
  description = """
62
  No Language Left Behind (NLLB) is a series of open-source models aiming to provide high-quality translations between 200 language.
 
 
 
 
 
 
 
63
  """
64
 
65
 
 
60
 
61
  description = """
62
  No Language Left Behind (NLLB) is a series of open-source models aiming to provide high-quality translations between 200 language.
63
+ This demo application allows you to use the NLLB model to translate text between a source and target language.
64
+
65
+ ## Notes
66
+
67
+ - Whilst the model supports 200 languages, the quality of translations may vary between languages.
68
+ - "Low Resource" languages (languages which are less present on the internet and have a lower amount of investment) may have lower quality translations.
69
+ - The demo is not intended to be used for very long texts.
70
  """
71
 
72