Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def predict_input_image(img):
|
|
21 |
result = 'No Tumor Detected' if prediction[0][0] > 0.5 else 'Tumor detected'
|
22 |
|
23 |
|
24 |
-
return
|
25 |
|
26 |
|
27 |
|
|
|
21 |
result = 'No Tumor Detected' if prediction[0][0] > 0.5 else 'Tumor detected'
|
22 |
|
23 |
|
24 |
+
return prediction
|
25 |
|
26 |
|
27 |
|