ianpan commited on
Commit
9e9f2d3
·
verified ·
1 Parent(s): 55db971
Files changed (1) hide show
  1. app.py +1 -1
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 radio (CTR) is {ctr:0.2f}."
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."