zuhair96 commited on
Commit
0db4526
1 Parent(s): fbd8f89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ demo = gr.Interface(
81
  gr.components.Textbox(label='Output Text')
82
  ],
83
  cache_examples=False,
84
- title='Malaysian NMT',
85
  description='This translation is model able to translate malay, english, manglish to a target language. It is also able to maintain the text structure as it is and only translate necessary texts, eg, programming code.'
86
  )
87
 
 
81
  gr.components.Textbox(label='Output Text')
82
  ],
83
  cache_examples=False,
84
+ title='bentobytes AI Translator',
85
  description='This translation is model able to translate malay, english, manglish to a target language. It is also able to maintain the text structure as it is and only translate necessary texts, eg, programming code.'
86
  )
87