Update app.py
Browse files
app.py
CHANGED
|
@@ -106,9 +106,10 @@ iface = gr.Interface(
|
|
| 106 |
outputs=gr.Textbox(
|
| 107 |
label="Translated Vietnamese Sentence"
|
| 108 |
),
|
| 109 |
-
title="English to Vietnamese
|
| 110 |
description=(
|
| 111 |
-
"
|
|
|
|
| 112 |
"Example: 'Hello, world!'"
|
| 113 |
),
|
| 114 |
examples=[
|
|
|
|
| 106 |
outputs=gr.Textbox(
|
| 107 |
label="Translated Vietnamese Sentence"
|
| 108 |
),
|
| 109 |
+
title="English to Vietnamese Translation Transformer using TensorFlow",
|
| 110 |
description=(
|
| 111 |
+
"English to Vietnamese Translation Transformer using TensorFlow from Scratch"
|
| 112 |
+
"Enter an English sentence to translate it to Vietnames. "
|
| 113 |
"Example: 'Hello, world!'"
|
| 114 |
),
|
| 115 |
examples=[
|