tsantos commited on
Commit
60b25bc
·
1 Parent(s): 86ce8bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ def main(myargs):
457
  for higher_order, sub_arr in pred.items():
458
  higher.append(higher_order)
459
  prob_higher.append(round(sub_arr["probability"], 2))
460
- for label,v in sub_arr['labels'].items():
461
  all_p.append(label)
462
  prob_all.append(round(v["probability"], 2))
463
 
 
457
  for higher_order, sub_arr in pred.items():
458
  higher.append(higher_order)
459
  prob_higher.append(round(sub_arr["probability"], 2))
460
+ for label,v in sub_arr['diagnose'].items():
461
  all_p.append(label)
462
  prob_all.append(round(v["probability"], 2))
463