ryhm commited on
Commit
19f554c
Β·
verified Β·
1 Parent(s): 642b460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -44,17 +44,17 @@ Leukemia Detection with Morphology Attributes
44
  </div>
45
  """
46
 
47
- abstract = """"
48
  πŸ€— This is the demo for <b>Leukemia Detection with with Morphology Attributes</b>.
49
 
50
  πŸ†’ Our goal is to detect infected cells with better Morphology for the bettre diagnosis explainabilty.
51
 
52
  ⚑ For faster inference, you may duplicate the space and use the GPU setting.
53
 
54
- Note : Image size: 640 pixels with a resolution of 100x
55
- """"
56
 
57
- footer = r""""
58
  ## 🦁 Developed by
59
  ***Intelligent Machines Lab***, Information Technology University of Punjab
60
  <a href="https://im.itu.edu.pk/" target="_blank">πŸ”— website</a>
@@ -66,8 +66,10 @@ Our demo paper is available at: A Large-scale Multi Domain Leukemia Dataset for
66
  ## 🦁 Github Repository
67
  We would be grateful if you consider starring our
68
  <a href="https://github.com/intelligentMachines-ITU/Blood-Cancer-Dataset-Lukemia-Attri-MICCAI-2024" target="_blank">⭐ Blood Cancer Dataset Repository</a>
69
- ## πŸ“§ **Contact**
 
70
  If you have any questions, please feel free to contact Abdul Rehman <b>(phdcs23002@itu.edu.pk)</b>.
 
71
  ## πŸ“ Citation
72
  ```bibtex
73
  @inproceedings{rehman2024large,
@@ -80,7 +82,7 @@ If you have any questions, please feel free to contact Abdul Rehman <b>(phdcs230
80
  }
81
 
82
 
83
- """"
84
 
85
  css = """
86
  h1#title {
 
44
  </div>
45
  """
46
 
47
+ abstract = """
48
  πŸ€— This is the demo for <b>Leukemia Detection with with Morphology Attributes</b>.
49
 
50
  πŸ†’ Our goal is to detect infected cells with better Morphology for the bettre diagnosis explainabilty.
51
 
52
  ⚑ For faster inference, you may duplicate the space and use the GPU setting.
53
 
54
+ πŸ§ͺ Note : Image size: 640 pixels with a resolution of 100x
55
+ """
56
 
57
+ footer = r"""
58
  ## 🦁 Developed by
59
  ***Intelligent Machines Lab***, Information Technology University of Punjab
60
  <a href="https://im.itu.edu.pk/" target="_blank">πŸ”— website</a>
 
66
  ## 🦁 Github Repository
67
  We would be grateful if you consider starring our
68
  <a href="https://github.com/intelligentMachines-ITU/Blood-Cancer-Dataset-Lukemia-Attri-MICCAI-2024" target="_blank">⭐ Blood Cancer Dataset Repository</a>
69
+
70
+ ## 🦁 Contact
71
  If you have any questions, please feel free to contact Abdul Rehman <b>(phdcs23002@itu.edu.pk)</b>.
72
+
73
  ## πŸ“ Citation
74
  ```bibtex
75
  @inproceedings{rehman2024large,
 
82
  }
83
 
84
 
85
+ """
86
 
87
  css = """
88
  h1#title {