Spaces:
Runtime error
Runtime error
maduvantha
commited on
Commit
·
358dccc
1
Parent(s):
b2aa1ca
Update logger.py
Browse files
logger.py
CHANGED
@@ -208,4 +208,4 @@ class Visualizer:
|
|
208 |
|
209 |
image = self.create_image_grid(*images)
|
210 |
image = (255 * image).astype(np.uint8)
|
211 |
-
return image
|
|
|
208 |
|
209 |
image = self.create_image_grid(*images)
|
210 |
image = (255 * image).astype(np.uint8)
|
211 |
+
return image
|