Spaces:
Running
Running
update output
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def detect_brain_tumor(image, seg_input, debug: bool = False):
|
|
28 |
debug (bool): Flag to enable logging for debugging purposes.
|
29 |
|
30 |
Returns:
|
31 |
-
tuple: (numpy array of image, list of (label,
|
32 |
"""
|
33 |
if debug:
|
34 |
print(f"Image received")
|
|
|
28 |
debug (bool): Flag to enable logging for debugging purposes.
|
29 |
|
30 |
Returns:
|
31 |
+
tuple: (numpy array of image, list of (label, (x1, y1, x2, y2)) tuples)
|
32 |
"""
|
33 |
if debug:
|
34 |
print(f"Image received")
|