Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
9970a74
1
Parent(s):
a4fe86a
Update onnx_inference.py
Browse files- onnx_inference.py +1 -1
onnx_inference.py
CHANGED
@@ -34,7 +34,7 @@ def make_parser():
|
|
34 |
"-o",
|
35 |
"--output_dir",
|
36 |
type=str,
|
37 |
-
default='
|
38 |
help="Path to your output directory.",
|
39 |
)
|
40 |
parser.add_argument(
|
|
|
34 |
"-o",
|
35 |
"--output_dir",
|
36 |
type=str,
|
37 |
+
default='.',
|
38 |
help="Path to your output directory.",
|
39 |
)
|
40 |
parser.add_argument(
|