Circularmachines commited on
Commit
fd5a8ed
·
1 Parent(s): 05e84ac
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ gridsize=31
27
 
28
  n_patches=961
29
 
30
- pred_dict={'Trained on color images': np.load('pred_all_scratch.npy').reshape(-1,64),
31
  'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
32
 
33
 
 
27
 
28
  n_patches=961
29
 
30
+ pred_dict={'Trained on color images (recommended)': np.load('pred_all_scratch.npy').reshape(-1,64),
31
  'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
32
 
33