Yeefei commited on
Commit
5acdd7d
·
verified ·
1 Parent(s): 6854534

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ def infer_chest_cf(*args):
414
  cf_a = (cf_a.item() + 1) * 50
415
  # plots
416
  # plt.close('all')
417
- effect = cf_x - rec_x
418
  effect = get_fig_arr(
419
  effect,
420
  cmap="RdBu_r",
 
414
  cf_a = (cf_a.item() + 1) * 50
415
  # plots
416
  # plt.close('all')
417
+ effect = (cf_x - rec_x) * 2
418
  effect = get_fig_arr(
419
  effect,
420
  cmap="RdBu_r",