Spaces:
Sleeping
Sleeping
Update inference_img.py
Browse files- 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
|
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 |
|