Update README.md
Browse files
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
|
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 |
|