Spaces:
Sleeping
Sleeping
fix typo
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def predict(Radiograph):
|
|
74 |
|
75 |
if view in {0, 1}:
|
76 |
ctr = calculate_ctr(info_mask.cpu().numpy())
|
77 |
-
info_string += f"\nThe estimated cardiothoracic
|
78 |
if view == 0:
|
79 |
info_string += (
|
80 |
"\nNote that the cardiac silhuoette is magnified in the AP projection."
|
|
|
74 |
|
75 |
if view in {0, 1}:
|
76 |
ctr = calculate_ctr(info_mask.cpu().numpy())
|
77 |
+
info_string += f"\nThe estimated cardiothoracic ratio (CTR) is {ctr:0.2f}."
|
78 |
if view == 0:
|
79 |
info_string += (
|
80 |
"\nNote that the cardiac silhuoette is magnified in the AP projection."
|