this fix did not work, back to having default
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ def gradio_interface() -> gr.Blocks:
|
|
| 132 |
vis = make_visual(boundary)
|
| 133 |
return vis
|
| 134 |
|
| 135 |
-
|
| 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"):
|