cvips commited on
Commit
9ed08c7
·
1 Parent(s): 596cc4a

front end updated

Browse files
Files changed (1) hide show
  1. app.py +14 -12
app.py CHANGED
@@ -110,19 +110,21 @@ IMAGE_PROCESSING_EXAMPLES = [
110
  ]
111
 
112
  BIOMEDPARSE_MODES = {
113
- "CT": ["abdomen", "colon", "liver", "lung", "pelvis"],
114
- "MRI": ["brain", "heart", "prostate", "abdomen"],
115
- "MRI-FLAIR": ["brain"],
116
- "MRI-T1-Gd": ["brain"],
117
- "MRI-T2": ["prostate"],
118
- "OCT": ["retinal"],
119
- "X-Ray": ["chest"],
120
- "Dermoscopy": ["skin"],
121
- "Endoscope": ["colon"],
122
- "Fundus": ["retinal"],
123
  "Pathology": ["bladder", "breast", "cervix", "colon", "esophagus", "kidney",
124
- "liver", "ovarian", "prostate", "stomach", "testis", "thyroid", "uterus"],
125
- "Ultrasound": ["breast", "heart", "transperineal"]
 
 
 
 
 
126
  }
127
 
128
  IMAGE_INFERENCE_MODES = [
 
110
  ]
111
 
112
  BIOMEDPARSE_MODES = {
113
+ "CT-Abdomen": ["abdomen", "liver"],
114
+ "CT-Chest": ["lung"],
115
+ "CT-Liver": ["liver"],
116
+ "MRI-Abdomen": ["abdomen"],
117
+ "MRI-Cardiac": ["heart"],
118
+ "MRI-FLAIR-Brain": ["brain"],
119
+ "MRI-T1-Gd-Brain": ["brain"],
 
 
 
120
  "Pathology": ["bladder", "breast", "cervix", "colon", "esophagus", "kidney",
121
+ "liver", "ovarian", "prostate", "stomach", "testis", "thyroid", "uterus"],
122
+ "X-Ray-Chest": ["chest"],
123
+ "Ultrasound-Cardiac": ["heart"],
124
+ "Endoscopy": ["colon"],
125
+ "Fundus": ["retinal"],
126
+ "Dermoscopy": ["skin"],
127
+ "OCT": ["retinal"]
128
  }
129
 
130
  IMAGE_INFERENCE_MODES = [