AItool commited on
Commit
6bc616a
·
verified ·
1 Parent(s): a2d74bd

Update inference_img.py

Browse files
Files changed (1) hide show
  1. inference_img.py +2 -2
inference_img.py CHANGED
@@ -94,8 +94,8 @@ else:
94
  tmp.append(img1)
95
  img_list = tmp
96
 
97
- if not os.path.exists('/output'):
98
- os.mkdir('/output')
99
 
100
  print("Checkpoint reached! output folder ok")
101
 
 
94
  tmp.append(img1)
95
  img_list = tmp
96
 
97
+ if not os.path.exists('output'):
98
+ os.mkdir('output')
99
 
100
  print("Checkpoint reached! output folder ok")
101