SerdarHelli commited on
Commit
a5d94bc
1 Parent(s): cdd6162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -13,15 +13,19 @@ from huggingface_hub import hf_hub_download,from_pretrained_keras
13
 
14
 
15
  model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection")
 
16
 
17
 
18
 
 
19
 
 
 
 
20
 
21
 
22
 
23
 
24
- st.subheader("Upload Merchant Knee View")
25
  image_file = st.file_uploader("Upload Images", type=["dcm"])
26
 
27
 
 
13
 
14
 
15
  model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection")
16
+ st.header("Knee Merchant Landmark Detection")
17
 
18
 
19
 
20
+ st.subheader("Measurement of Merchant Angles is a fully automated method to measure Patellar Congruence Angle and Tilt Angle on Merchant Knee radiographs, employing CNN landmark localizers")
21
 
22
+ link= "S.Serdar Helli and Andaç Hamamcı - Yeditepe Medical Imaging Lab.[link](https://imagingyeditepe.github.io/software.html)",
23
+
24
+ st.markdown(link,unsafe_allow_html=True)
25
 
26
 
27
 
28
 
 
29
  image_file = st.file_uploader("Upload Images", type=["dcm"])
30
 
31