quelmap commited on
Commit
b50b2d4
·
1 Parent(s): 16da7fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ gradio_interface = gradio.Interface(
28
  inputs = "text",
29
  outputs = "text"
30
  )
31
- gradio_interface.launch()
 
28
  inputs = "text",
29
  outputs = "text"
30
  )
31
+ gradio_interface.launch(share=True)