Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ feature_names = [
|
|
48 |
"SE Radius", "SE Texture", "SE Perimeter", "SE Area", "SE Smoothness",
|
49 |
"SE Compactness", "SE Concavity", "SE Concave Points", "SE Symmetry", "SE Fractal Dimension",
|
50 |
"Worst Radius", "Worst Texture", "Worst Perimeter", "Worst Area", "Worst Smoothness",
|
51 |
-
"Worst Compactness", "Worst Concavity", "Worst Concave Points", "Worst Symmetry"
|
52 |
]
|
53 |
|
54 |
def classify(model_choice, image=None, file=None, *features):
|
|
|
48 |
"SE Radius", "SE Texture", "SE Perimeter", "SE Area", "SE Smoothness",
|
49 |
"SE Compactness", "SE Concavity", "SE Concave Points", "SE Symmetry", "SE Fractal Dimension",
|
50 |
"Worst Radius", "Worst Texture", "Worst Perimeter", "Worst Area", "Worst Smoothness",
|
51 |
+
"Worst Compactness", "Worst Concavity", "Worst Concave Points", "Worst Symmetry"
|
52 |
]
|
53 |
|
54 |
def classify(model_choice, image=None, file=None, *features):
|