allimonae commited on
Commit
58bac6e
·
verified ·
1 Parent(s): 9fd68f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ if file_name is not None:
12
  predictions = pipeline(image)
13
  col2.header("Probabilities")
14
  for p in predictions:
15
- col2.subheader(f"{ p['label'] }: {round(p['score'] * 100, 1}%")
 
12
  predictions = pipeline(image)
13
  col2.header("Probabilities")
14
  for p in predictions:
15
+ col2.subheader(f"{ p['label'] }: {round(p['score'] * 100, 1)}%")