andreped commited on
Commit
98ae266
1 Parent(s): f867226

Force requirements to run

Browse files
Files changed (2) hide show
  1. demo/app.py +2 -1
  2. requirements.txt +0 -0
demo/app.py CHANGED
@@ -42,6 +42,7 @@ if __name__ == "__main__":
42
  fn=load_mesh,
43
  inputs=gr.UploadButton(label="Click to Upload a File", file_type=[".nii", ".nii.nz"], file_count="single"),
44
  outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model"),
 
 
45
  )
46
-
47
  demo.launch()
 
42
  fn=load_mesh,
43
  inputs=gr.UploadButton(label="Click to Upload a File", file_type=[".nii", ".nii.nz"], file_count="single"),
44
  outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model"),
45
+ title="livermask demo",
46
+ description="Automatic Liver Parenchyma and vessel segmentation in CT",
47
  )
 
48
  demo.launch()
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ