Spaces:
Runtime error
Runtime error
Commit
·
b92f2cf
1
Parent(s):
4db40b8
Update app.py
Browse files
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/
|
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)
|