guyar commited on
Commit
5d46911
1 Parent(s): 598ec00

fix: remove share=True...

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(share=True)
 
301
  outputs=[map_plot],
302
  )
303
 
304
+ demo.launch()