laxsvips commited on
Commit
44da8ca
·
1 Parent(s): 8504cf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ gradio_interface = gradio.Interface(
8
  inputs = "text",
9
  outputs = "text"
10
  )
11
- gradio_interface.launch()
 
8
  inputs = "text",
9
  outputs = "text"
10
  )
11
+ gradio_interface.launch(share=True)