Spaces:
Running
Running
Update MeAI_Maincode/BrainTumor.py
Browse files
MeAI_Maincode/BrainTumor.py
CHANGED
@@ -14,7 +14,7 @@ def Processing(Image):
|
|
14 |
|
15 |
for Num_of_Label in range(len(data)) :
|
16 |
|
17 |
-
Color_List = ["purple", "yellow", "blue"]
|
18 |
|
19 |
box = data[Num_of_Label]['box']
|
20 |
|
|
|
14 |
|
15 |
for Num_of_Label in range(len(data)) :
|
16 |
|
17 |
+
Color_List = ["purple", "yellow", "blue","red"]
|
18 |
|
19 |
box = data[Num_of_Label]['box']
|
20 |
|