nielsr HF staff commited on
Commit
755bcbc
1 Parent(s): f0762b7

Update README.md

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
 
32
  ### How to use
33
 
34
- Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
35
 
36
  ```python
37
  from transformers import DPTFeatureExtractor, DPTForDepthEstimation
31
 
32
  ### How to use
33
 
34
+ Here is how to use this model for zero-shot depth estimation on an image:
35
 
36
  ```python
37
  from transformers import DPTFeatureExtractor, DPTForDepthEstimation