remove dataset
Browse files
app.py
CHANGED
|
@@ -74,7 +74,6 @@ DATASET_OPTIONS: Dict[str, Dict[str, Any]] = {
|
|
| 74 |
"anatomy-ct": {"label": "Anatomy CT (test)", "head": "anatomy-ct"},
|
| 75 |
"anatomy-ct-hard": {"label": "Anatomy CT Hard (test)", "head": "anatomy-ct"},
|
| 76 |
"anatomy-mri": {"label": "Anatomy MRI (test)", "head": "anatomy-mri"},
|
| 77 |
-
"covidctset": {"label": "COVID CT Set (test)", "head": "covidx-ct"},
|
| 78 |
"covidx-ct": {"label": "COVIDx CT (test)", "head": "covidx-ct"},
|
| 79 |
"deep-lesion-site": {"label": "Deep Lesion Site (test)", "head": "deep-lesion-site"},
|
| 80 |
"emidec-classification-mask": {
|
|
|
|
| 74 |
"anatomy-ct": {"label": "Anatomy CT (test)", "head": "anatomy-ct"},
|
| 75 |
"anatomy-ct-hard": {"label": "Anatomy CT Hard (test)", "head": "anatomy-ct"},
|
| 76 |
"anatomy-mri": {"label": "Anatomy MRI (test)", "head": "anatomy-mri"},
|
|
|
|
| 77 |
"covidx-ct": {"label": "COVIDx CT (test)", "head": "covidx-ct"},
|
| 78 |
"deep-lesion-site": {"label": "Deep Lesion Site (test)", "head": "deep-lesion-site"},
|
| 79 |
"emidec-classification-mask": {
|