OwenElliott commited on
Commit
9b90292
·
verified ·
1 Parent(s): cd1c4e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -17,6 +17,10 @@ This model was trained on a proprietary dataset of 184,000 images. The training
17
 
18
  ### Image Classification with timm
19
 
 
 
 
 
20
  ```python
21
  from urllib.request import urlopen
22
  from PIL import Image
 
17
 
18
  ### Image Classification with timm
19
 
20
+ ```bash
21
+ pip install timm
22
+ ```
23
+
24
  ```python
25
  from urllib.request import urlopen
26
  from PIL import Image