andrewsunanda commited on
Commit
8d9d370
·
1 Parent(s): e3fb740

Update prediction.py

Browse files
Files changed (1) hide show
  1. prediction.py +1 -1
prediction.py CHANGED
@@ -20,7 +20,7 @@ def preprocess_input_image(img_path):
20
  x /= 255.
21
  return x, img1
22
 
23
- main_path= 'D:\\tugas_andrew_DS\\phase_2\\m2\\food'
24
 
25
  # Define batch size and image size
26
  batch_size = 256
 
20
  x /= 255.
21
  return x, img1
22
 
23
+ main_path= '\food'
24
 
25
  # Define batch size and image size
26
  batch_size = 256