Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,9 @@ if file_name is not None:
|
|
63 |
'Xbox One',
|
64 |
'Clothing, Shoes & Jewelry ',
|
65 |
'Home & Kitchen ',
|
66 |
-
'
|
67 |
-
'
|
|
|
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 |
|