huseinzol05 commited on
Commit
6886e51
1 Parent(s): eff55e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ demo = gr.Interface(
117
  ],
118
  cache_examples=False,
119
  title='Malaysian NMT',
120
- description='This translation model able to translate malay, pasar malay (social media texts or local context), english, manglish, javanese, banjarese and indonesian to target language.'
121
  )
122
 
123
  demo.launch(server_name='0.0.0.0')
 
117
  ],
118
  cache_examples=False,
119
  title='Malaysian NMT',
120
+ description='This translation model able to translate malay, pasar malay (social media texts or local context), english, manglish, javanese, banjarese and indonesian to target language. It also able to maintain the text structure as it is and only translate necessary texts, eg, programming code.'
121
  )
122
 
123
  demo.launch(server_name='0.0.0.0')