kamangir
commited on
Commit
•
f0d0824
1
Parent(s):
e17acb1
clean-up - kamangir/bolt#692
Browse files- README.md +1 -1
- image_classifier/__init__.py +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ image_classifier ?
|
|
15 |
```
|
16 |
## Installation
|
17 |
|
18 |
-
|
19 |
|
20 |
```
|
21 |
abcli huggingface clone image-classifier
|
|
|
15 |
```
|
16 |
## Installation
|
17 |
|
18 |
+
to install `image-classifier` first install and configure [awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli), then run:
|
19 |
|
20 |
```
|
21 |
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.196"
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|