GabrielML commited on
Commit
b2bf380
·
1 Parent(s): e17847a

fix bug with images

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from torchvision.transforms.functional import to_pil_image
19
  from tqdm import tqdm
20
  from util import transform
21
 
22
- IMAGE_PATH = 'src\\examples'
23
  print(os.listdir(IMAGE_PATH))
24
  RANDOM_IMAGES_TO_SHOW = 20
25
  IMAGES_PER_ROW = 5
 
19
  from tqdm import tqdm
20
  from util import transform
21
 
22
+ IMAGE_PATH = '/home/user/app/src/examples'
23
  print(os.listdir(IMAGE_PATH))
24
  RANDOM_IMAGES_TO_SHOW = 20
25
  IMAGES_PER_ROW = 5