guyar commited on
Commit
598ec00
1 Parent(s): 68e5019

Fix: add share=True in demo.launch in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,4 +301,4 @@ with gr.Blocks() as demo:
301
  outputs=[map_plot],
302
  )
303
 
304
- demo.launch()
 
301
  outputs=[map_plot],
302
  )
303
 
304
+ demo.launch(share=True)