AItool commited on
Commit
8a6bc57
·
verified ·
1 Parent(s): 1c1b879

Update inference_img.py

Browse files
Files changed (1) hide show
  1. inference_img.py +1 -1
inference_img.py CHANGED
@@ -5,7 +5,7 @@ import argparse
5
  from torch.nn import functional as F
6
  import warnings
7
 
8
- OUTPUT_PATH = "output/"
9
 
10
  warnings.filterwarnings("ignore")
11
 
 
5
  from torch.nn import functional as F
6
  import warnings
7
 
8
+ OUTPUT_PATH = "/home/user/app/output/""
9
 
10
  warnings.filterwarnings("ignore")
11