osanseviero commited on
Commit
550cfa3
·
1 Parent(s): b97e1da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -89,7 +89,8 @@ def plot_map():
89
  iface_display = gr.Interface(
90
  plot_map,
91
  inputs=None,
92
- outputs=gr.Plot(type="bokeh")
 
93
  )
94
 
95
  demo = gr.TabbedInterface([iface_display, iface_submit], ["Browse Places", "Submit Places (HF only)"]).launch()
 
89
  iface_display = gr.Interface(
90
  plot_map,
91
  inputs=None,
92
+ outputs=gr.Plot(type="bokeh"),
93
+ live=True
94
  )
95
 
96
  demo = gr.TabbedInterface([iface_display, iface_submit], ["Browse Places", "Submit Places (HF only)"]).launch()