madoss commited on
Commit
f8daf55
1 Parent(s): 1394175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ iface = gr.Interface(
50
  outputs=[gr.outputs.Textbox(label="Generated Text"),
51
  gr.outputs.Textbox(label="Source")]
52
  )
53
- iface.launch()
54
 
 
50
  outputs=[gr.outputs.Textbox(label="Generated Text"),
51
  gr.outputs.Textbox(label="Source")]
52
  )
53
+ iface.launch(share=True)
54