htukor commited on
Commit
234d00f
1 Parent(s): e732240

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +5 -1
ui.py CHANGED
@@ -9,5 +9,9 @@ Developed by <a href='https://www.narrativa.com/' target='_blank'>Narrativa</a>.
9
  </p>
10
  """
11
 
12
- examples = [["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
 
 
 
 
13
  "eng_Latn", "spa_Latn", 400]]
 
9
  </p>
10
  """
11
 
12
+ examples = [["우리 모두는 나날이 모든 면에서 점점 좋아지고 있다.",
13
+ "kor_Hang", "eng_Latn", 400],
14
+ ["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
15
+ "eng_Latn", "kor_Hang", 400],
16
+ ["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
17
  "eng_Latn", "spa_Latn", 400]]