Spaces:
Runtime error
Runtime error
Formatting updates
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Spleen Segmentation
|
| 3 |
emoji: 🩸
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.1.1
|
| 8 |
app_file: app.py
|
|
|
|
| 1 |
---
|
| 2 |
title: Spleen Segmentation
|
| 3 |
emoji: 🩸
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.1.1
|
| 8 |
app_file: app.py
|
app.py
CHANGED
|
@@ -60,8 +60,7 @@ iface = gr.Interface(
|
|
| 60 |
],
|
| 61 |
outputs=['image', 'image'],
|
| 62 |
title='Segment the Spleen using MONAI!',
|
| 63 |
-
description="""
|
| 64 |
-
## 🚀 To run
|
| 65 |
Upload a abdominal CT scan, or try one of the examples below!
|
| 66 |
|
| 67 |
More details on the model can be found [here!](https://huggingface.co/katielink/spleen_ct_segmentation_v0.1.0)
|
|
|
|
| 60 |
],
|
| 61 |
outputs=['image', 'image'],
|
| 62 |
title='Segment the Spleen using MONAI!',
|
| 63 |
+
description="""## 🚀 To run
|
|
|
|
| 64 |
Upload a abdominal CT scan, or try one of the examples below!
|
| 65 |
|
| 66 |
More details on the model can be found [here!](https://huggingface.co/katielink/spleen_ct_segmentation_v0.1.0)
|