alpha2002 commited on
Commit
9b44eb3
·
verified ·
1 Parent(s): f848d51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ interface = gr.Interface(fn=translate_gradio,
18
  inputs="text",
19
  outputs='text')
20
 
21
- interface.launch()
 
18
  inputs="text",
19
  outputs='text')
20
 
21
+ interface.launch(share=True)