Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -252,10 +252,6 @@ class csPCaAlgorithm(SegmentationAlgorithm):
|
|
252 |
print(subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True, check=True).stdout)
|
253 |
|
254 |
|
255 |
-
def predict(input):
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
def predict(input_file):
|
260 |
print("Making prediction")
|
261 |
image = sitk.ReadImage(input_file)
|
|
|
252 |
print(subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True, check=True).stdout)
|
253 |
|
254 |
|
|
|
|
|
|
|
|
|
255 |
def predict(input_file):
|
256 |
print("Making prediction")
|
257 |
image = sitk.ReadImage(input_file)
|