someshb07 commited on
Commit
5790dd7
·
verified ·
1 Parent(s): 1fc7291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ demo = gr.Interface(fn=translate_text,
117
  ],
118
  outputs=[gr.TextArea(label='This is the translated text')])
119
 
120
- demo.launch()
 
117
  ],
118
  outputs=[gr.TextArea(label='This is the translated text')])
119
 
120
+ demo.launch(share=True)