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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -89,8 +89,7 @@ def plot_map():
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()
 
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()