PedroMartelleto commited on
Commit
56146b3
·
1 Parent(s): 032c7aa

Small fixes

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ class Explainer:
64
  fig.suptitle(self.fig_title, fontsize=12)
65
  return self.convert_fig_to_pil(fig)
66
 
67
- @staticmethod
68
  def create_model_from_checkpoint():
69
  # Loads a model from a checkpoint
70
  model = resnet50()
 
64
  fig.suptitle(self.fig_title, fontsize=12)
65
  return self.convert_fig_to_pil(fig)
66
 
 
67
  def create_model_from_checkpoint():
68
  # Loads a model from a checkpoint
69
  model = resnet50()