boli-ai-admin commited on
Commit
b92f2cf
·
1 Parent(s): 4db40b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ example=[['I want to translate this sentence in Hindi','English','Hindi'],
46
  ['I am feeling very good today.', 'English','Bengali']]
47
 
48
  supp = ', '.join(languages)
49
- iface = grd.Interface(fn=translate, inputs=[txt,iddwn, oddwn] , outputs=txt_ouptut, title='Translation for 15 Indic Languages', description = 'This is a demo based on NLLB by Meta. Supported: '+supp, article = 'Original repo [link](https://github.com/AI4Bharat/indicTrans) by AI4Bharat. <b>Note: This space can only perform translation from English to Indic languages. Support for other combinations will be provided soon.', examples=example)
50
  iface.launch(enable_queue=True)
 
46
  ['I am feeling very good today.', 'English','Bengali']]
47
 
48
  supp = ', '.join(languages)
49
+ iface = grd.Interface(fn=translate, inputs=[txt,iddwn, oddwn] , outputs=txt_ouptut, title='Translation for 15 Indic Languages', description = 'This is a demo based on NLLB by Meta. Supported: '+supp, article = 'Original repo [link](https://github.com/facebookresearch/fairseq/tree/nllb) by MetaAI. Contact @harveenchadha at Twitter for any issues.', examples=example)
50
  iface.launch(enable_queue=True)