kamangir commited on
Commit
0bf7fbc
1 Parent(s): ba5a7da

+= README.md - kamangir/bolt#692

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. image_classifier/__init__.py +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ abc upload
37
  image_classifier list . model=object,browser
38
  ```
39
 
40
- You should now see the structure of the network (left) and the content of the model (right).
41
 
42
  | ![image](./abcli/assets/fashion_mnist_list.png) | ![image](./abcli/assets/fashion_mnist_browsed.png) |
43
  |---|---|
 
37
  image_classifier list . model=object,browser
38
  ```
39
 
40
+ You should now see the structure of the network (left) and the [content of the model](https://github.com/kamangir/browser) (right).
41
 
42
  | ![image](./abcli/assets/fashion_mnist_list.png) | ![image](./abcli/assets/fashion_mnist_browsed.png) |
43
  |---|---|
image_classifier/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  name = "image_classifier"
2
 
3
- version = "1.1.186"
4
 
5
  description = "fashion-mnist + hugging-face + awesome-bash-cli"
 
1
  name = "image_classifier"
2
 
3
+ version = "1.1.187"
4
 
5
  description = "fashion-mnist + hugging-face + awesome-bash-cli"