Imadsarvm commited on
Commit
07463bb
·
verified ·
1 Parent(s): 59f198e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if not os.path.exists("saved_models"):
40
 
41
  class GOSNormalize(object):
42
  '''
43
- Normalize the Image using torch.transforms
44
  '''
45
  def __init__(self, mean=[0.485,0.456,0.406], std=[0.229,0.224,0.225]):
46
  self.mean = mean
 
40
 
41
  class GOSNormalize(object):
42
  '''
43
+ Normalize the Image using torch.transforms fdf
44
  '''
45
  def __init__(self, mean=[0.485,0.456,0.406], std=[0.229,0.224,0.225]):
46
  self.mean = mean