ducngg commited on
Commit
3c41e97
1 Parent(s): 7bc9ba3

Update model v3: 10 classes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def handle_classify(image=None):
23
 
24
  print(top5)
25
 
26
- return "\n".join(['{:<16}:{:>8.2f}'.format(row[0], float(row[1])) for row in top5])
27
 
28
 
29
  inputs = [
 
23
 
24
  print(top5)
25
 
26
+ return "\n".join(['{:<16}:{:>8}'.format(row[0], row[1]) for row in top5])
27
 
28
 
29
  inputs = [