FrancescoLR commited on
Commit
ae7e73e
·
verified ·
1 Parent(s): 988b12f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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