wwen1997 commited on
Commit
1e722d0
1 Parent(s): 5302d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def get_args():
80
  parser.add_argument(
81
  "--num_workers",
82
  type=int,
83
- default=8,
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
  ),