darkmortal commited on
Commit
4575457
·
verified ·
1 Parent(s): 29ceb6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if file_name is not None:
28
 
29
  predictions = scan_image(image, label)
30
 
31
- col2.header("Probabilities")
32
  for key, value in predictions[1]:
33
  col2.subheader(f"{ key }: { round(value * 100, 1)}%")
34
 
 
28
 
29
  predictions = scan_image(image, label)
30
 
31
+ col2.header("Probabilities")
32
  for key, value in predictions[1]:
33
  col2.subheader(f"{ key }: { round(value * 100, 1)}%")
34