cgeorgiaw HF Staff commited on
Commit
bca065d
Β·
1 Parent(s): 4d92199

trying to visualize

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ def gradio_interface() -> gr.Blocks:
102
  # dropdown = gr.Dropdown(choices=filenames, label="Choose a file")
103
  # plot_output = gr.Plot()
104
 
105
- '''with gr.TabItem("πŸ” Visualize", elem_id="boundary-benchmark-tab-table"):
106
  ds = load_dataset(results_repo, split='train')
107
  full_df = pd.DataFrame(ds)
108
  filenames = full_df['results_files'].to_list()
@@ -130,7 +130,7 @@ def gradio_interface() -> gr.Blocks:
130
  fn=update_plot,
131
  inputs=[dropdown],
132
  outputs=[plot]
133
- )'''
134
 
135
  with gr.TabItem("βœ‰οΈ Submit", elem_id="boundary-benchmark-tab-table"):
136
  gr.Markdown(
 
102
  # dropdown = gr.Dropdown(choices=filenames, label="Choose a file")
103
  # plot_output = gr.Plot()
104
 
105
+ with gr.TabItem("πŸ” Visualize", elem_id="boundary-benchmark-tab-table"):
106
  ds = load_dataset(results_repo, split='train')
107
  full_df = pd.DataFrame(ds)
108
  filenames = full_df['results_files'].to_list()
 
130
  fn=update_plot,
131
  inputs=[dropdown],
132
  outputs=[plot]
133
+ )
134
 
135
  with gr.TabItem("βœ‰οΈ Submit", elem_id="boundary-benchmark-tab-table"):
136
  gr.Markdown(