MedMagik commited on
Commit
002ad45
·
verified ·
1 Parent(s): 7cd53dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ iface = gr.Interface(
87
 
88
 
89
  # Launch the interface,
90
- iface.launch( )
 
87
 
88
 
89
  # Launch the interface,
90
+ iface.launch( share=True)