huseinzol05 commited on
Commit
4106bcf
1 Parent(s): bfe12e3

added model url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ demo = gr.Interface(
118
  ],
119
  cache_examples=False,
120
  title='Malaysian NMT',
121
- 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.'
122
  )
123
 
124
  demo.launch(server_name='0.0.0.0')
 
118
  ],
119
  cache_examples=False,
120
  title='Malaysian NMT',
121
+ description='Hosting https://huggingface.co/mesolitica/translation-t5-small-standard-bahasa-cased-v2, 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.'
122
  )
123
 
124
  demo.launch(server_name='0.0.0.0')