danhtran2mind commited on
Commit
bc46203
·
verified ·
1 Parent(s): 8dabd6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 Translator",
110
  description=(
111
- "Enter an English sentence to translate it to Vietnamese using a pre-trained Transformer model. "
 
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=[