Spaces:
Runtime error
Runtime error
polejowska
commited on
Commit
•
090197f
1
Parent(s):
a1ac03f
Update constants.py
Browse files- constants.py +2 -3
constants.py
CHANGED
@@ -11,8 +11,7 @@ COLORS = [
|
|
11 |
MODELS_REPO = {
|
12 |
"DETR-RESNET-50": "polejowska/detr-resnet-50-CD45RB-1000-att",
|
13 |
"DETR-RESNET-101": "polejowska/detr-resnet-101-CD45RB-1000-att",
|
14 |
-
"DETR-RESNET-50
|
15 |
-
"DETR-RESNET-50-NEW": "polejowska/detr-resnet50-cd45rb-subdataset"
|
16 |
}
|
17 |
|
18 |
-
MODELS_NAMES = ["DETR-RESNET-50", "DETR-RESNET-101", "DETR-RESNET-50
|
|
|
11 |
MODELS_REPO = {
|
12 |
"DETR-RESNET-50": "polejowska/detr-resnet-50-CD45RB-1000-att",
|
13 |
"DETR-RESNET-101": "polejowska/detr-resnet-101-CD45RB-1000-att",
|
14 |
+
"DETR-RESNET-50-TEST": "polejowska/detr-resnet50-leuk"
|
|
|
15 |
}
|
16 |
|
17 |
+
MODELS_NAMES = ["DETR-RESNET-50", "DETR-RESNET-101", "DETR-RESNET-50-TEST"]
|