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