BhagyaAIML commited on
Commit
09c5c92
1 Parent(s): a59b378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,5 +17,6 @@ if file_name is not None:
17
 
18
  col2.header("Probabilities")
19
  for p in predictions:
20
- col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
 
21
 
 
17
 
18
  col2.header("Probabilities")
19
  for p in predictions:
20
+ # col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
21
+ col2.subheader(f"{ p['label'] }: { round(p['score'] * 100, 1)}%")
22