swangfr commited on
Commit
ef1aff3
1 Parent(s): 58e5cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -63,8 +63,9 @@ if file_name is not None:
63
  'Xbox One',
64
  'Clothing, Shoes & Jewelry ',
65
  'Home & Kitchen ',
66
- 'Toys & Games ',
67
- 'Video Games ']])
 
68
 
69
  multilabel.inverse_transform(prediction.reshape(1,-1))
70
 
 
63
  'Xbox One',
64
  'Clothing, Shoes & Jewelry ',
65
  'Home & Kitchen ',
66
+ 'Video Games '
67
+ 'Toys & Games '
68
+ ]])
69
 
70
  multilabel.inverse_transform(prediction.reshape(1,-1))
71