Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,9 +143,10 @@ iface = gr.Interface(
|
|
| 143 |
gr.File(label="Download Mask")
|
| 144 |
],
|
| 145 |
title="Liver Segmentation (95.5% Dice)",
|
| 146 |
-
description="Upload file from TestVolumes folder (like liver_104.nii.gz)"
|
| 147 |
-
allow_flagging
|
| 148 |
)
|
| 149 |
|
|
|
|
| 150 |
if __name__ == "__main__":
|
| 151 |
iface.launch()
|
|
|
|
| 143 |
gr.File(label="Download Mask")
|
| 144 |
],
|
| 145 |
title="Liver Segmentation (95.5% Dice)",
|
| 146 |
+
description="Upload file from TestVolumes folder (like liver_104.nii.gz)"
|
| 147 |
+
# allow_flagging removed entirely
|
| 148 |
)
|
| 149 |
|
| 150 |
+
|
| 151 |
if __name__ == "__main__":
|
| 152 |
iface.launch()
|