felixbxl commited on
Commit
2bbc4b0
·
verified ·
1 Parent(s): 1c62f5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ keras==3.3.3
28
  pillow==10.3.0
29
  ```
30
  ### Step1: Load the Model (jewelry_classification.h5)
31
- Download the model file from (link) and then use the below code snippet to load the model.
32
 
33
 
34
  ```python
 
28
  pillow==10.3.0
29
  ```
30
  ### Step1: Load the Model (jewelry_classification.h5)
31
+ Download the model file from (https://huggingface.co/beyondxlabs/JewelryClassification/resolve/main/jewelry_classification.h5?download=true) and then use the below code snippet to load the model.
32
 
33
 
34
  ```python