cgeorgiaw HF Staff commited on
Commit
4ce3a3e
·
1 Parent(s): 302874c

this fix did not work, back to having default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def gradio_interface() -> gr.Blocks:
132
  vis = make_visual(boundary)
133
  return vis
134
 
135
- # demo.load(get_boundary_vis, dropdown, plot)
136
  rld_btn.click(get_boundary_vis, dropdown, plot)
137
 
138
  with gr.TabItem("✉️ Submit", elem_id="boundary-benchmark-tab-table"):
 
132
  vis = make_visual(boundary)
133
  return vis
134
 
135
+ demo.load(get_boundary_vis, dropdown, plot)
136
  rld_btn.click(get_boundary_vis, dropdown, plot)
137
 
138
  with gr.TabItem("✉️ Submit", elem_id="boundary-benchmark-tab-table"):