Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c32670e
1
Parent(s):
9ecae58
Updated app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def run_nnunet_predict(nifti_file):
|
|
52 |
"-d", "004", # Dataset ID
|
53 |
"-c", "3d_fullres", # Configuration
|
54 |
"-tr", "nnUNetTrainer_8000epochs",
|
55 |
-
"
|
56 |
]
|
57 |
try:
|
58 |
subprocess.run(command, check=True)
|
|
|
52 |
"-d", "004", # Dataset ID
|
53 |
"-c", "3d_fullres", # Configuration
|
54 |
"-tr", "nnUNetTrainer_8000epochs",
|
55 |
+
"-device", "cpu",
|
56 |
]
|
57 |
try:
|
58 |
subprocess.run(command, check=True)
|