Xrenya commited on
Commit
0fa2acb
·
1 Parent(s): 0c0e065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ fine-tuned versions on a task that interests you.
38
  Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
39
 
40
  ```python
41
- from transformers import PVTImageProcessor, PVTForImageClassification
42
  from PIL import Image
43
  import requests
44
 
 
38
  Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
39
 
40
  ```python
41
+ from transformers import PvtImageProcessor, PvtForImageClassification
42
  from PIL import Image
43
  import requests
44