Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|