nielsr HF staff commited on
Commit
93eb306
1 Parent(s): 65f5685

Fix code example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ fine-tuned versions on a task that interests you.
31
  Here is how to use this model:
32
 
33
  ```python
34
- from transformers import ViTModel
35
  from PIL import Image
36
  import requests
37
 
 
31
  Here is how to use this model:
32
 
33
  ```python
34
+ from transformers import ViTFeatureExtractor, ViTModel
35
  from PIL import Image
36
  import requests
37