Spaces:
Runtime error
Runtime error
Minor formatting tweaks
Browse files
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 |
-
|
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 |
|