From 755bcbcb26ef6d8ae380fef8b193bd60bc729026 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Thu, 14 Apr 2022 08:29:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ff437..03f409f 100644 --- a/README.md +++ b/README.md @@ -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