blanar commited on
Commit
d644df5
·
1 Parent(s): d323796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ if file_name is not None:
69
  print(pred)
70
  print("Score for this catto:", min(int(pred[2] * 100 + 35), 100))
71
  col2.header("Probabilities")
72
- col2.subheader(f"{ pred[2] }: { round(pred[2] * 100, 1)}%")
 
69
  print(pred)
70
  print("Score for this catto:", min(int(pred[2] * 100 + 35), 100))
71
  col2.header("Probabilities")
72
+ col2.subheader(f"{ pred[2] }: { round(float(pred[2]) * 100, 1)}%")