huytd189 commited on
Commit
b9e5a75
·
verified ·
1 Parent(s): 2cb3be0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "test/1_no.jpg"
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