tejacherukuri commited on
Commit
2747d6a
·
verified ·
1 Parent(s): d862817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ os.makedirs(TEMP_DIR, exist_ok=True) # Create the temp directory if it doesn't
8
 
9
  st.title("Diabetic Retinopathy Classifier (Guided Context Gating Attention)")
10
  st.subheader("Upload retinal images and get predictions with heatmaps")
11
- st.write("This app is the demo of our paper [[arXiv]](https://arxiv.org/pdf/2406.13126) | [[Github]](https://github.com/tejacherukuri/guided-context-gating)")
12
 
13
  # File uploader to accept multiple images
14
  uploaded_files = st.file_uploader(
 
8
 
9
  st.title("Diabetic Retinopathy Classifier (Guided Context Gating Attention)")
10
  st.subheader("Upload retinal images and get predictions with heatmaps")
11
+ st.write("This app is the demo of our ICIP'24 paper [[arXiv]](https://arxiv.org/pdf/2406.13126) | [[Github]](https://github.com/tejacherukuri/guided-context-gating)")
12
 
13
  # File uploader to accept multiple images
14
  uploaded_files = st.file_uploader(