V-STaR commited on
Commit
329642a
·
verified ·
1 Parent(s): 4bdf4c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -689,7 +689,8 @@ with block:
689
 
690
  with gr.Row():
691
  data_run = gr.Button("Refresh")
692
- data_run.click(on_filter_model_size_method_change, inputs=[checkbox_group], outputs=data_component)
 
693
 
694
 
695
  block.launch()
 
689
 
690
  with gr.Row():
691
  data_run = gr.Button("Refresh")
692
+ # data_run.click(on_filter_model_size_method_change, inputs=[checkbox_group], outputs=data_component)
693
+ data_run.click(on_filter_model_size_method_change, outputs=data_component)
694
 
695
 
696
  block.launch()