Spaces:
Running
on
Zero
Running
on
Zero
Update app_3.py
Browse files
app_3.py
CHANGED
@@ -408,8 +408,8 @@ def infer(
|
|
408 |
device=device,
|
409 |
)
|
410 |
|
411 |
-
logging.info(f"Output images shape: {[img.shape for img in images]}")
|
412 |
-
logging.info(f"Preprocessed image shape: {preprocessed_image.shape if preprocessed_image is not None else None}")
|
413 |
return images
|
414 |
|
415 |
|
|
|
408 |
device=device,
|
409 |
)
|
410 |
|
411 |
+
# logging.info(f"Output images shape: {[img.shape for img in images]}")
|
412 |
+
# logging.info(f"Preprocessed image shape: {preprocessed_image.shape if preprocessed_image is not None else None}")
|
413 |
return images
|
414 |
|
415 |
|