teganmosi commited on
Commit
5ac9eda
·
1 Parent(s): c525cbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ inputs = [
41
 
42
  output = gr.outputs.Textbox(label="Translated Text")
43
 
44
- gr.Interface(fn=translate, inputs=inputs, outputs=output).launch(share=True)
 
41
 
42
  output = gr.outputs.Textbox(label="Translated Text")
43
 
44
+ gr.Interface(fn=translate, inputs=inputs, outputs=output).launch()