nielsr HF staff Xenova HF staff commited on
Commit
ef81b2d
1 Parent(s): 449223c

Fix code highlighting in README (#1)

Browse files

- Fix code highlighting in README (9351c84a97663d71a432246726f6b7f69301e952)


Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>

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