hoangthan commited on
Commit
6d0a4d4
1 Parent(s): d1e854b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -13,11 +13,14 @@ Image Classification for both digital image and sketch.
13
 
14
  List object: 'butterfly', 'candle', 'cannon', 'elephant', 'hourglass', 'pizza', 'scorpion', 'snail', 'table', 'teapot'.
15
 
 
16
 
17
- from huggingface_hub import from_pretrained_keras
18
-
19
- model = from_pretrained_keras("hoangthan/image-classification")
20
 
 
 
 
 
21
 
22
  ## Intended uses & limitations
23
 
 
13
 
14
  List object: 'butterfly', 'candle', 'cannon', 'elephant', 'hourglass', 'pizza', 'scorpion', 'snail', 'table', 'teapot'.
15
 
16
+ ## How to Get Started with the Model
17
 
18
+ Use the code below to get started with the model.
 
 
19
 
20
+ ```python
21
+ >>> from huggingface_hub import from_pretrained_keras
22
+ >>> model = from_pretrained_keras("hoangthan/image-classification")
23
+ ```
24
 
25
  ## Intended uses & limitations
26