hussain-shk commited on
Commit
7be5f85
·
1 Parent(s): add3fc6

updated lanuch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug=True, inline=True, share=True)
 
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()