Dennis commited on
Commit
ae40092
·
verified ·
1 Parent(s): ddc1762
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ LANGUAGES = {
22
  "german": {"emoji":"🇩🇪", "nllb_code":"deu_Latn", "hf_code":"de"},
23
  "italian": {"emoji":"🇮🇹", "nllb_code":"ita_Latn", "hf_code":"it"},
24
  "spanish": {"emoji":"🇪🇸", "nllb_code":"spa_Latn", "hf_code":"es"},
25
- "portuguese": {"emoji":"🇵🇹", "nllb_code":"por_Latn", "hf_code":"pt"}
26
  "dutch": {"emoji":"🇳🇱", "nllb_code":"nld_Latn", "hf_code":"nl"}
27
  }
28
 
 
22
  "german": {"emoji":"🇩🇪", "nllb_code":"deu_Latn", "hf_code":"de"},
23
  "italian": {"emoji":"🇮🇹", "nllb_code":"ita_Latn", "hf_code":"it"},
24
  "spanish": {"emoji":"🇪🇸", "nllb_code":"spa_Latn", "hf_code":"es"},
25
+ "portuguese": {"emoji":"🇵🇹", "nllb_code":"por_Latn", "hf_code":"pt"},
26
  "dutch": {"emoji":"🇳🇱", "nllb_code":"nld_Latn", "hf_code":"nl"}
27
  }
28