FrancescoLR commited on
Commit
77c3c12
·
verified ·
1 Parent(s): 4c7435a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -220,11 +220,11 @@ interface = gr.Interface(
220
  inputs=gr.File(label="Upload FLAIR Image (.nii.gz)"),
221
  outputs=[
222
  gr.File(label="Download Segmentation Mask"),
223
- gr.Image(label="Input Middle Slice"),
224
- gr.Image(label="Output Middle Slice")
225
  ],
226
  title="FLAMeS: Multiple Sclerosis Lesion Segmentation",
227
- description="Upload a skull-stripped FLAIR image (.nii.gz) to generate a binary segmentation of MS lesions."
228
  )
229
 
230
  # Debugging GPU environment
 
220
  inputs=gr.File(label="Upload FLAIR Image (.nii.gz)"),
221
  outputs=[
222
  gr.File(label="Download Segmentation Mask"),
223
+ gr.Image(label="Input: FLAIR image"),
224
+ gr.Image(label="Output: Lesion Mask")
225
  ],
226
  title="FLAMeS: Multiple Sclerosis Lesion Segmentation",
227
+ description="Upload a skull-stripped FLAIR image (.nii.gz) to generate a binary segmentation of multiple sclerosis lesions."
228
  )
229
 
230
  # Debugging GPU environment