m7mdal7aj commited on
Commit
a9a7f39
1 Parent(s): 6fe12a5

Update my_model/state_manager.py

Browse files
Files changed (1) hide show
  1. my_model/state_manager.py +2 -2
my_model/state_manager.py CHANGED
@@ -256,8 +256,8 @@ class StateManager:
256
  """
257
  return st.session_state['images_data']
258
 
259
- @staticmethod
260
- def resize_image(image_input, new_width, new_height):
261
  """
262
  Resize an image given either a file path or a PIL Image object.
263
 
 
256
  """
257
  return st.session_state['images_data']
258
 
259
+
260
+ def resize_image(self, image_input, new_width, new_height):
261
  """
262
  Resize an image given either a file path or a PIL Image object.
263