andreped commited on
Commit
3b45467
·
1 Parent(s): 9351126

Fixed bug with 3D renderer

Browse files
Files changed (1) hide show
  1. neukit/gui.py +0 -1
neukit/gui.py CHANGED
@@ -58,7 +58,6 @@ class WebUI:
58
 
59
  self.images = load_ct_to_numpy(path)
60
  self.pred_images = load_pred_volume_to_numpy("./prediction.nii.gz")
61
- self.slider = self.slider.update(value=2)
62
  return "./prediction.obj"
63
 
64
  def get_img_pred_pair(self, k):
 
58
 
59
  self.images = load_ct_to_numpy(path)
60
  self.pred_images = load_pred_volume_to_numpy("./prediction.nii.gz")
 
61
  return "./prediction.obj"
62
 
63
  def get_img_pred_pair(self, k):