andreped commited on
Commit
525ceec
·
unverified ·
2 Parent(s): 69b6234 3c336bf

Merge pull request #41 from andreped/demo-fix

Browse files
Files changed (1) hide show
  1. demo/src/gui.py +1 -1
demo/src/gui.py CHANGED
@@ -54,7 +54,7 @@ class WebUI:
54
  def process(self, mesh_file_names):
55
  fixed_image_path = mesh_file_names[0].name
56
  moving_image_path = mesh_file_names[1].name
57
- output_path = "./"
58
 
59
  run_model(fixed_image_path, moving_image_path, output_path, self.class_names[self.class_name])
60
 
 
54
  def process(self, mesh_file_names):
55
  fixed_image_path = mesh_file_names[0].name
56
  moving_image_path = mesh_file_names[1].name
57
+ output_path = self.cwd
58
 
59
  run_model(fixed_image_path, moving_image_path, output_path, self.class_names[self.class_name])
60