Spaces:
Paused
Paused
launch app with launch.py step 2/3
Browse files
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)
|