FJDorfner commited on
Commit
a42f456
·
verified ·
1 Parent(s): 1f4480b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ 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.
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. 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.