SidneyChen commited on
Commit
f263c64
1 Parent(s): 338fb62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ gui = gr.Interface(fn=update, #callable function
15
 
16
 
17
  #display the interface
18
- gui.launch()
 
15
 
16
 
17
  #display the interface
18
+ gui.launch(share=True)