katielink commited on
Commit
612f056
·
1 Parent(s): 2820e97

Minor formatting tweaks

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -9,11 +9,13 @@ BUNDLE_PATH = os.path.join(torch.hub.get_dir(), 'bundle', BUNDLE_NAME)
9
 
10
  description = """
11
  ## 🚀 To run
12
- Upload a abdominal CT scan, or try one of the examples below!
 
 
13
  More details on the model can be found [here!](https://huggingface.co/katielink/spleen_ct_segmentation_v0.1.0)
14
 
15
  ## ⚠️ Disclaimer
16
- Not to be used for diagnostic purposes.
17
 
18
  """
19
 
 
9
 
10
  description = """
11
  ## 🚀 To run
12
+ Upload a abdominal CT scan, or try one of the examples below!
13
+ If you want to see a different slice, update the slider.
14
+
15
  More details on the model can be found [here!](https://huggingface.co/katielink/spleen_ct_segmentation_v0.1.0)
16
 
17
  ## ⚠️ Disclaimer
18
+ This is an example, not to be used for diagnostic purposes.
19
 
20
  """
21