nahidalam commited on
Commit
4a02bf5
·
1 Parent(s): 96eb944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def sepia(input_img):
14
  return sepia_img
15
  '''
16
 
17
- def normalize_img(img):
18
  img = tf.cast(img, dtype=tf.float32)
19
  # Map values in the range [-1, 1]
20
  return (img / 127.5) - 1.0
 
14
  return sepia_img
15
  '''
16
 
17
+ def normalize_img(img):
18
  img = tf.cast(img, dtype=tf.float32)
19
  # Map values in the range [-1, 1]
20
  return (img / 127.5) - 1.0