kernel-luso-comfort commited on
Commit
4e4c0a1
·
1 Parent(s): 4d6f7b5

Remove modality bar plot image and update main.py with additional biomedical image types and references

Browse files
Files changed (2) hide show
  1. assets/modality_bar_plot.png +0 -3
  2. main.py +13 -2
assets/modality_bar_plot.png DELETED

Git LFS Details

  • SHA256: 897b02c5c5b44422a9d8a4eb6f8d27a194b68123e96db790441eefe0a115a139
  • Pointer size: 130 Bytes
  • Size of remote file: 80.7 kB
main.py CHANGED
@@ -94,10 +94,21 @@ description = """Upload a biomedical image and enter prompts (separated by comma
94
  The model understands these prompts:
95
  ![gpt4_ontology_hierarchy.png](file/assets/gpt4_ontology_hierarchy.png)
96
 
 
 
97
  The model understands these types of biomedical images:
98
- ![modality_bar_plot.png](file/assets/modality_bar_plot.png)
99
 
100
- Above figures are from the [BiomedParse paper](https://arxiv.org/abs/2405.12971).
 
 
 
 
 
 
 
 
 
 
101
  """
102
 
103
 
 
94
  The model understands these prompts:
95
  ![gpt4_ontology_hierarchy.png](file/assets/gpt4_ontology_hierarchy.png)
96
 
97
+ Above figure is from the [BiomedParse paper](https://arxiv.org/abs/2405.12971).
98
+
99
  The model understands these types of biomedical images:
 
100
 
101
+ - [Computed Tomography (CT)](https://en.wikipedia.org/wiki/Computed_tomography)
102
+ - [Magnetic Resonance Imaging (MRI)](https://en.wikipedia.org/wiki/Magnetic_resonance_imaging)
103
+ - [X-ray](https://en.wikipedia.org/wiki/X-ray)
104
+ - [Medical Ultrasound](https://en.wikipedia.org/wiki/Medical_ultrasound)
105
+ - [Pathology](https://en.wikipedia.org/wiki/Pathology)
106
+ - [Fundus (eye)](https://en.wikipedia.org/wiki/Fundus_(eye))
107
+ - [Dermoscopy](https://en.wikipedia.org/wiki/Dermoscopy)
108
+ - [Endoscopy](https://en.wikipedia.org/wiki/Endoscopy)
109
+ - [Optical Coherence Tomography (OCT)](https://en.wikipedia.org/wiki/Optical_coherence_tomography)
110
+
111
+ This Space is based on the [BiomedParse model](https://microsoft.github.io/BiomedParse/).
112
  """
113
 
114