hoangthan commited on
Commit
d1e854b
1 Parent(s): a67d714

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -13,6 +13,12 @@ Image Classification for both digital image and sketch.
13
 
14
  List object: 'butterfly', 'candle', 'cannon', 'elephant', 'hourglass', 'pizza', 'scorpion', 'snail', 'table', 'teapot'.
15
 
 
 
 
 
 
 
16
  ## Intended uses & limitations
17
 
18
  More information needed
@@ -27,8 +33,3 @@ More information needed
27
 
28
 
29
  ## Model Plot
30
-
31
- <details>
32
- <summary>View Model Plot</summary>
33
-
34
- </details>
 
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
 
24
  More information needed
 
33
 
34
 
35
  ## Model Plot