andreped commited on
Commit
d24d994
·
1 Parent(s): 7914847
Files changed (1) hide show
  1. demo/src/gui.py +1 -0
demo/src/gui.py CHANGED
@@ -84,6 +84,7 @@ class WebUI:
84
  self.fixed_images = load_ct_to_numpy(self.fixed_image_path)
85
  self.moving_images = load_ct_to_numpy(self.moving_image_path)
86
  self.pred_images = load_ct_to_numpy(output_path + "pred_image.nii.gz")
 
87
  return None
88
 
89
  def get_fixed_image(self, k):
 
84
  self.fixed_images = load_ct_to_numpy(self.fixed_image_path)
85
  self.moving_images = load_ct_to_numpy(self.moving_image_path)
86
  self.pred_images = load_ct_to_numpy(output_path + "pred_image.nii.gz")
87
+
88
  return None
89
 
90
  def get_fixed_image(self, k):