Update ui.py
Browse files
ui.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
title = "
|
2 |
description = """
|
3 |
<p>
|
4 |
<center>
|
@@ -9,4 +9,4 @@ Demo is running on CPU.
|
|
9 |
</p>
|
10 |
"""
|
11 |
|
12 |
-
examples = [["
|
|
|
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]]
|