yashbyname commited on
Commit
dad3de7
·
verified ·
1 Parent(s): f7e3b0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ except Exception as e:
71
  def preprocess_image(image):
72
  try:
73
  # Log image shape and type for debugging
74
- logger.info(f"Input image shape: {image.shape}, dtype: {image.dtype}")
75
 
76
  image = image.convert('rgb')
77
  image = image.resize((256, 256, 3))
 
71
  def preprocess_image(image):
72
  try:
73
  # Log image shape and type for debugging
74
+ #logger.info(f"Input image shape: {image.}, dtype: {image.dtype}")
75
 
76
  image = image.convert('rgb')
77
  image = image.resize((256, 256, 3))