FJDorfner commited on
Commit
1e965fe
1 Parent(s): a42f456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ image_base64 = utils.image_to_base64("anatomy_aware_pipeline.png")
14
  article_html = f"<img src='data:image/png;base64,{image_base64}' alt='Anatomical pipeline illustration' style='width:100%;'>"
15
 
16
  description_markdown = """
17
- - This tool combines a U-Net Segmentation Model with a ResNet-50 for Classification. For more info checkout the GitHub here: https://github.com/FJDorfner/Anatomy-Aware-Classification-axSpA
 
18
  - **Usage:** Just drag a pelvic x-ray into the box and hit run.
19
  - **Process:** The input image will be segmented and cropped to the SIJ before classification.
20
  - **Please Note:** This tool is intended for research purposes only.
 
14
  article_html = f"<img src='data:image/png;base64,{image_base64}' alt='Anatomical pipeline illustration' style='width:100%;'>"
15
 
16
  description_markdown = """
17
+ - This tool combines a U-Net Segmentation Model with a ResNet-50 for Classification.
18
+ - For more info checkout the GitHub here: https://github.com/FJDorfner/Anatomy-Aware-Classification-axSpA
19
  - **Usage:** Just drag a pelvic x-ray into the box and hit run.
20
  - **Process:** The input image will be segmented and cropped to the SIJ before classification.
21
  - **Please Note:** This tool is intended for research purposes only.