Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
224 |
-
gr.Image(label="Output
|
225 |
],
|
226 |
title="FLAMeS: Multiple Sclerosis Lesion Segmentation",
|
227 |
-
description="Upload a skull-stripped FLAIR image (.nii.gz) to generate a binary segmentation of
|
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
|