Spaces:
Runtime error
Runtime error
Commit
·
7be5f85
1
Parent(s):
add3fc6
updated lanuch
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ text_ouptut = gr.outputs.Textbox(label="Translated text in English")
|
|
25 |
|
26 |
supported_lang = ', '.join(languages)
|
27 |
iface = gr.Interface(enable_queue=True,fn=translate, inputs=[text,drop_down] , outputs=text_ouptut, title='IndicTrans NMT System', description = 'Currently the model supports ' + supported_lang , examples=None)
|
28 |
-
iface.launch(
|
|
|
25 |
|
26 |
supported_lang = ', '.join(languages)
|
27 |
iface = gr.Interface(enable_queue=True,fn=translate, inputs=[text,drop_down] , outputs=text_ouptut, title='IndicTrans NMT System', description = 'Currently the model supports ' + supported_lang , examples=None)
|
28 |
+
iface.launch()
|