nisheeth commited on
Commit
a156235
·
verified ·
1 Parent(s): d4e7275

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +2 -2
ui.py CHANGED
@@ -1,4 +1,4 @@
1
- title = "NLLB-200 Traslation Demo"
2
  description = """
3
  <p>
4
  <center>
@@ -9,4 +9,4 @@ Demo is running on CPU.
9
  </p>
10
  """
11
 
12
- examples = [["我非常喜欢这个地方", "zho_Hans", "yue_Hant", 512]]
 
1
+ title = "Machine Traslation Demo"
2
  description = """
3
  <p>
4
  <center>
 
9
  </p>
10
  """
11
 
12
+ examples = [["Hello, How are you", "eng_Latn", "hin_Deva", 512]]