kamangir
commited on
Commit
·
e0eeff5
1
Parent(s):
4ccf66f
clean-up - kamangir/bolt#692
Browse files- README.md +1 -1
- image_classifier/__init__.py +1 -1
README.md
CHANGED
@@ -11,7 +11,7 @@ image_classifier ?
|
|
11 |
```
|
12 |
## Installation
|
13 |
|
14 |
-
to install `image-classifier` first install and configure
|
15 |
|
16 |
```
|
17 |
abcli huggingface clone image-classifier
|
|
|
11 |
```
|
12 |
## Installation
|
13 |
|
14 |
+
to install `image-classifier` first [install and configure awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli) then run:
|
15 |
|
16 |
```
|
17 |
abcli huggingface clone image-classifier
|
image_classifier/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
name = "image_classifier"
|
2 |
|
3 |
-
version = "1.1.
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|
|
|
1 |
name = "image_classifier"
|
2 |
|
3 |
+
version = "1.1.199"
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|