Update app.py
Browse files
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("""#
|
| 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.
|