chanycha commited on
Commit
722ed82
1 Parent(s): 7c2a4fa
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -490,8 +490,6 @@ class ExplainerCheckbox(Component):
490
  # if self.explainer_name in ["Lime", "KernelShap", "IntegratedGradients"]:
491
  # gr.Info("Lime, KernelShap and IntegratedGradients currently do not support hyperparameter optimization.")
492
  # return [gr.update()] * 2
493
- print(locals())
494
-
495
  data_id = self.gallery.selected_index
496
 
497
  opt_output = self.experiment.optimize(
 
490
  # if self.explainer_name in ["Lime", "KernelShap", "IntegratedGradients"]:
491
  # gr.Info("Lime, KernelShap and IntegratedGradients currently do not support hyperparameter optimization.")
492
  # return [gr.update()] * 2
 
 
493
  data_id = self.gallery.selected_index
494
 
495
  opt_output = self.experiment.optimize(