Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ from huggingface_hub import hf_hub_download
|
|
| 39 |
REPO_ID = "huytd189/invoice-classifier"
|
| 40 |
MODEL_FN = "model.onnx"
|
| 41 |
LABELS_FN = "class_mapping.json"
|
| 42 |
-
IMG = "
|
| 43 |
IMG_SIZE = 192
|
| 44 |
|
| 45 |
# pull files
|
|
|
|
| 39 |
REPO_ID = "huytd189/invoice-classifier"
|
| 40 |
MODEL_FN = "model.onnx"
|
| 41 |
LABELS_FN = "class_mapping.json"
|
| 42 |
+
IMG = "demo.jpg"
|
| 43 |
IMG_SIZE = 192
|
| 44 |
|
| 45 |
# pull files
|