Spaces:
Running
Running
Update app.py
Browse files
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.
|
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))
|