Unityraptor commited on
Commit
d7e74f5
1 Parent(s): 374409a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,5 +44,5 @@ iface = gr.Interface(launch,
44
  inputs="textbox",
45
  outputs="textbox")
46
 
47
- iface.launch()
48
 
 
44
  inputs="textbox",
45
  outputs="textbox")
46
 
47
+ iface.launch(share=True)
48