Depth Estimation
Transformers
PyTorch
dpt
vision
dinov2

Fix code highlighting

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