Spaces:
Sleeping
Sleeping
File size: 107 Bytes
a37d47e |
1 2 3 4 5 |
import tensorflow as tf
def process(image):
image= tf.cast(image/255, tf.float32)
return image |