eaglelandsonce commited on
Commit
1d10ce8
1 Parent(s): c3d6c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
62
  )
63
 
64
  # Launch the interface
65
- iface.launch()
66
 
67
 
68
 
 
62
  )
63
 
64
  # Launch the interface
65
+ iface.launch(share=True)
66
 
67
 
68