katielink commited on
Commit
8cf2a80
·
1 Parent(s): 39c57ff

Formatting updates

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Spleen Segmentation
3
  emoji: 🩸
4
- colorFrom: blue
5
- colorTo: indigo
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)