tharms commited on
Commit
82c826b
·
1 Parent(s): c17c2ed

launch app with launch.py step 2/3

Browse files
Files changed (1) hide show
  1. launch.py +3 -3
launch.py CHANGED
@@ -72,9 +72,9 @@ def ini_args():
72
  return args
73
 
74
 
75
- prepare_environment()
76
- build_launcher()
77
- args = ini_args()
78
 
79
  if args.gpu_device_id is not None:
80
  os.environ['CUDA_VISIBLE_DEVICES'] = str(args.gpu_device_id)
 
72
  return args
73
 
74
 
75
+ # prepare_environment()
76
+ # build_launcher()
77
+ # args = ini_args()
78
 
79
  if args.gpu_device_id is not None:
80
  os.environ['CUDA_VISIBLE_DEVICES'] = str(args.gpu_device_id)