Depth Estimation
Transformers
PyTorch
Safetensors
dpt
vision
dinov2
nielsr HF staff Xenova HF staff commited on
Commit
c18b63c
·
1 Parent(s): 4fdde34

Fix code highlighting (#1)

Browse files

- Fix code highlighting (72f80e26cffa412f055c0fcce960aa10fa27073a)


Co-authored-by: Joshua <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ alt="drawing" width="600"/>
26
 
27
  ### Use with Transformers
28
 
29
- ```python3
30
  from transformers import AutoImageProcessor, DPTForDepthEstimation
31
  import torch
32
  import numpy as np
 
26
 
27
  ### Use with Transformers
28
 
29
+ ```python
30
  from transformers import AutoImageProcessor, DPTForDepthEstimation
31
  import torch
32
  import numpy as np