Update README.md

This commit is contained in:
Niels Rogge 2022-04-14 08:29:11 +00:00 committed by huggingface-web
parent f0762b7397
commit 755bcbcb26
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fine-tuned versions on a task that interests you.
### How to use
Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
Here is how to use this model for zero-shot depth estimation on an image:
```python
from transformers import DPTFeatureExtractor, DPTForDepthEstimation