ginnyxxxxxxx commited on
Commit
e5d67b5
·
1 Parent(s): 07bd8a6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,4 +131,4 @@ with gr.Blocks(title="HiCoTraj Demo", theme=gr.themes.Soft()) as app:
131
  app.load(fn=on_select, inputs=agent_dd, outputs=[map_out, poi_out, demo_label])
132
 
133
  if __name__ == "__main__":
134
- app.launch()
 
131
  app.load(fn=on_select, inputs=agent_dd, outputs=[map_out, poi_out, demo_label])
132
 
133
  if __name__ == "__main__":
134
+ app.launch(share=True)