Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -228,10 +228,10 @@ with gr.Blocks() as demo:
|
|
228 |
|
229 |
with gr.Row():
|
230 |
with gr.Column(scale=1):
|
231 |
-
flair_input = gr.File(label="Upload FLAIR Image (.nii.gz)")
|
232 |
submit_button = gr.Button("Submit")
|
233 |
with gr.Column(scale=2):
|
234 |
-
seg_output = gr.File(label="Download Segmentation Mask")
|
235 |
input_img = gr.Image(label="Input: FLAIR image")
|
236 |
output_img = gr.Image(label="Output: Lesion Mask")
|
237 |
|
|
|
228 |
|
229 |
with gr.Row():
|
230 |
with gr.Column(scale=1):
|
231 |
+
flair_input = gr.File(label="Upload a FLAIR Image (.nii.gz)")
|
232 |
submit_button = gr.Button("Submit")
|
233 |
with gr.Column(scale=2):
|
234 |
+
seg_output = gr.File(label="Download the Lesion Segmentation Mask")
|
235 |
input_img = gr.Image(label="Input: FLAIR image")
|
236 |
output_img = gr.Image(label="Output: Lesion Mask")
|
237 |
|