Spaces:
Paused
Paused
minors
Browse files
app.py
CHANGED
@@ -46,15 +46,15 @@ modality = st.selectbox('Modality', modalities, index=None)
|
|
46 |
style = st.selectbox('Style', artists, index=None)
|
47 |
|
48 |
image_descriptions = {
|
49 |
-
"COMPUTED TOMOGRAPHY (CT)
|
50 |
-
"DIGITAL BREAST TOMOSYNTHESIS
|
51 |
-
"DIGITAL MAMMOGRAPHY
|
52 |
-
"MAGNETIC RESONANCE IMAGING (MRI)
|
53 |
-
"MICRO-CT
|
54 |
-
"PET-CT
|
55 |
-
"POSITRON EMISSION TOMOGRAPHY (PET)
|
56 |
-
"RADIOGRAPHY
|
57 |
-
"ULTRASONOGRAPHY
|
58 |
}
|
59 |
|
60 |
organ_descriptions = {
|
|
|
46 |
style = st.selectbox('Style', artists, index=None)
|
47 |
|
48 |
image_descriptions = {
|
49 |
+
"COMPUTED TOMOGRAPHY (CT)": "CT scan",
|
50 |
+
"DIGITAL BREAST TOMOSYNTHESIS": "3D breast tomosynthesis image",
|
51 |
+
"DIGITAL MAMMOGRAPHY": "digital mammography image",
|
52 |
+
"MAGNETIC RESONANCE IMAGING (MRI)": "MRI scan",
|
53 |
+
"MICRO-CT": "micro-CT scan",
|
54 |
+
"PET-CT": "PET-CT scan",
|
55 |
+
"POSITRON EMISSION TOMOGRAPHY (PET)": "PET scan",
|
56 |
+
"RADIOGRAPHY": "radiography image",
|
57 |
+
"ULTRASONOGRAPHY": "ultrasonography image"
|
58 |
}
|
59 |
|
60 |
organ_descriptions = {
|