Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def get_args():
|
|
80 |
parser.add_argument(
|
81 |
"--num_workers",
|
82 |
type=int,
|
83 |
-
default=
|
84 |
help=(
|
85 |
"Number of subprocesses to use for data loading. 0 means that the data will be loaded in the main process."
|
86 |
),
|
|
|
80 |
parser.add_argument(
|
81 |
"--num_workers",
|
82 |
type=int,
|
83 |
+
default=0,
|
84 |
help=(
|
85 |
"Number of subprocesses to use for data loading. 0 means that the data will be loaded in the main process."
|
86 |
),
|