Hemaxi commited on
Commit
f7a8dfa
·
verified ·
1 Parent(s): 000a77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def update_visualization(slice_index):
94
 
95
  # Gradio Interface
96
  with gr.Blocks() as iface:
97
- gr.Markdown("""# 3D Image Processing with Binary Mask Output
98
  Upload a 3D image in .tif format. Click the **Segment** button to process the image and generate a 3D binary mask.
99
  Use the slider to navigate through the 2D slices. This is the official implementation of 3DVascNet, described in this paper: https://www.ahajournals.org/doi/10.1161/ATVBAHA.124.320672.
100
  The raw code is available at https://github.com/HemaxiN/3DVascNet.
 
94
 
95
  # Gradio Interface
96
  with gr.Blocks() as iface:
97
+ gr.Markdown("""# 3DVascNet: Retinal Blood Vessel Segmentation
98
  Upload a 3D image in .tif format. Click the **Segment** button to process the image and generate a 3D binary mask.
99
  Use the slider to navigate through the 2D slices. This is the official implementation of 3DVascNet, described in this paper: https://www.ahajournals.org/doi/10.1161/ATVBAHA.124.320672.
100
  The raw code is available at https://github.com/HemaxiN/3DVascNet.