Spaces:
Runtime error
Runtime error
Commit
Β·
92fd986
1
Parent(s):
63317d7
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ def infer(original_image):
|
|
21 |
(np.shape(output_image)[0], np.shape(output_image)[1], 3)
|
22 |
)
|
23 |
output_image = np.uint32(output_image)
|
|
|
24 |
return output_image
|
25 |
|
26 |
# output_image = tf.cast((output[0, :, :, :] * 255), dtype=np.uint8)
|
|
|
21 |
(np.shape(output_image)[0], np.shape(output_image)[1], 3)
|
22 |
)
|
23 |
output_image = np.uint32(output_image)
|
24 |
+
print(output_image.shape())
|
25 |
return output_image
|
26 |
|
27 |
# output_image = tf.cast((output[0, :, :, :] * 255), dtype=np.uint8)
|