Update README.md
Browse files
    	
        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 ( | 
| 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
         |