update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,8 @@ with gr.Blocks(title="Brain tumor 3D segmentation with MONAIMNIST - ClassCat",
|
|
129 |
|
130 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Brain tumor 3D segmentation with MONAI</div>""")
|
131 |
|
|
|
|
|
132 |
with gr.Row():
|
133 |
input_image0 = gr.Image(label="image channel 0", type="pil", shape=(240, 240))
|
134 |
input_image1 = gr.Image(label="image channel 1", type="pil", shape=(240, 240))
|
|
|
129 |
|
130 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Brain tumor 3D segmentation with MONAI</div>""")
|
131 |
|
132 |
+
gr.HTML("""1. Select an example, which includes input images and label images.""")
|
133 |
+
|
134 |
with gr.Row():
|
135 |
input_image0 = gr.Image(label="image channel 0", type="pil", shape=(240, 240))
|
136 |
input_image1 = gr.Image(label="image channel 1", type="pil", shape=(240, 240))
|